removed jenkinsfile

This commit is contained in:
Robin Müller 2021-06-08 17:11:04 +02:00 committed by Robin Mueller
parent d06b018cf8
commit 60583a32e8

10
Jenkinsfile vendored
View File

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