This commit is contained in:
Adrian Charkiewicz 2022-03-23 10:38:52 +01:00
commit 3c9a264d0b

2
Jenkinsfile vendored
View File

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