diff --git a/ium_03/Jenkinsfile b/ium_03/Jenkinsfile index 61cb352..ef1e042 100644 --- a/ium_03/Jenkinsfile +++ b/ium_03/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('Goodbye3!') { steps { - echo 'Goodbye3!' + echo 'Goodbye33!' //Zarchiwizuj wynik // archiveArtifacts 'output.txt' }