Jenkinsfile

This commit is contained in:
s460941 2020-04-03 14:05:43 +02:00
parent 0f354c0dac
commit a854826ed6

2
Jenkinsfile vendored
View File

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