zadanie 3 zmiana

This commit is contained in:
Szymon Jadczak 2022-03-21 11:03:22 +01:00
parent 63ca6984ad
commit f707797984

2
Jenkinsfile vendored
View File

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