remove Jenkinsfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PurpleCow 2023-03-29 22:21:07 +02:00
parent ff10810bc4
commit 3bc4cfcaa4

11
Jenkinsfile vendored
View File

@ -1,11 +0,0 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}