Delete 'Jenkinsfile'

This commit is contained in:
Charles Showalter 2022-05-28 21:35:34 -04:00
parent efeef5e41a
commit 93768ad015

11
Jenkinsfile vendored
View File

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