From a2d87764dc44eb30a6805926eba8fa41ff7be299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Mon, 10 May 2021 13:34:43 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7ab8ceb..1982c06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,6 @@ pipeline{ steps{ withEnv(["CUTOFF=${params.CUTOFF}"]) { sh "chmod 777 ./script.sh" - sh "./script.sh" } }} stage('Archive artifacts'){