stash merge

This commit is contained in:
Adrian Charkiewicz 2022-03-24 10:49:47 +01:00
commit ff1d3b7a45

4
Jenkinsfile vendored
View File

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