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