remove Jenkinsfile
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-03-29 22:21:07 +02:00
parent ff10810bc4
commit 3bc4cfcaa4
Vendored
-11
View File
@@ -1,11 +0,0 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}