This commit is contained in:
Adrian Charkiewicz 2022-03-23 10:35:56 +01:00
parent 348e04c6d7
commit cf5277c6d3

2
Jenkinsfile vendored
View File

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