This commit is contained in:
Adrian Charkiewicz 2022-03-24 15:59:21 +01:00
parent 8be0c91153
commit 35b066bc73

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello elo melo320!' echo 'Hello elo jenkins!'
} }
} }