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