From 5611a1ad4dc61a1b721c10e1dcfb99cb54a34960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Charli=C5=84ski?= Date: Mon, 25 Mar 2024 11:11:56 +0100 Subject: [PATCH] c --- ium_03/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }