From b87aed8441f97bae0a3d4252372e45c4fd94c4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Charli=C5=84ski?= Date: Mon, 25 Mar 2024 11:05:10 +0100 Subject: [PATCH] b --- ium_03/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }