From ab238ab423065bdb22dd3e1ca4e880041b11f943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Ga=C5=82=C4=85zkiewicz?= Date: Mon, 11 Apr 2022 01:32:47 +0200 Subject: [PATCH] Zad 04.Docker Konteneryzacja - chmod for stats --- Jenkinsfile_stats | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index e89adb9..f39aab9 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -13,6 +13,7 @@ pipeline { stage('Copy artifacts') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 's470623-create-dataset', selector: buildParameter('BUILD_SELECTOR') + sh 'chmod u+x ./stats.sh' sh './stats.sh' } }