check pipeline again

This commit is contained in:
Adrian Charkiewicz 2022-03-21 11:21:16 +01:00
parent 814e7fa2bf
commit 348e04c6d7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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