zadanie 3 zmiana

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

2
Jenkinsfile vendored
View File

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