Add 'Jenkinsfile'
GiteaCi/Librography/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-28 06:30:46 +00:00
parent 1534ee5eeb
commit 4e0e4c3af5
Vendored
+11
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}