zadanie 3 zmiana

This commit is contained in:
Szymon Jadczak 2022-03-21 11:11:12 +01:00
parent 486034f49d
commit 433fbe24e6

2
Jenkinsfile vendored
View File

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