jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:23:57 +02:00
parent 4cd9f5aff9
commit 2d2f8f950d

View File

@ -1,10 +0,0 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}