Jenkinsfile2

This commit is contained in:
s460941 2020-04-03 13:20:21 +02:00
parent 5c486615a5
commit 0f354c0dac

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello!'
echo 'Hello world2!'
}
}
}