zadanie 3 zmiana

This commit is contained in:
Szymon Jadczak 2022-03-21 11:28:26 +01:00
parent fdd1d3c662
commit b3158e6e12

2
Jenkinsfile vendored
View File

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