change something to see if push_trigger is working

This commit is contained in:
Adrian Charkiewicz 2022-03-21 17:18:06 +01:00
parent 348e04c6d7
commit 3c436ab8cb
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 world3!'
echo 'Hello world_check!'
}
}
}