check pipeline again

This commit is contained in:
Adrian Charkiewicz 2022-03-21 11:21:16 +01:00
parent 814e7fa2bf
commit 348e04c6d7

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 world3!'
} }
} }
} }