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