jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:33:46 +02:00
parent ff1a8d7813
commit 017cb82136

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
checkout: Check out from version control
}
}
}