added small change

This commit is contained in:
Adrian Charkiewicz 2022-03-24 10:48:00 +01:00
parent 3c436ab8cb
commit d6365678e8

2
Jenkinsfile vendored
View File

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