jenkinsfile2

This commit is contained in:
s452108 2020-04-03 11:15:35 +02:00
parent 0582ba3e44
commit 48eded96d6

View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello World1111' echo 'Hello World222'
} }
} }
} }