some changes

This commit is contained in:
Adrian Charkiewicz 2022-03-24 15:03:55 +01:00
parent ff1d3b7a45
commit 9ca3f6bf9d

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello check world number two!' echo 'Hello elo melo!'
} }
} }