removed jenkinsfile

This commit is contained in:
Robin Müller 2021-06-08 17:11:04 +02:00
parent 2b3d4306b9
commit ab560bc0fc
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

10
Jenkinsfile vendored
View File

@ -1,10 +0,0 @@
pipeline {
agent { docker { image 'alpine:latest' } }
stages {
stage('build') {
steps {
sh 'echo Hello World'
}
}
}
}