From dbbd3d3b7941134c3a54bbb2b8ff00d7eae8a2cb Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Tue, 18 Apr 2023 17:57:14 +0200 Subject: [PATCH] fix --- Jenkinsfile-dataset-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 1bfc0b9..2aa3198 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -26,7 +26,7 @@ pipeline { steps { // Uruchomienie kontenera Docker i przekazanie wyniku do pliku na hoĊ›cie sh 'docker run -v "$(pwd)":/app nbrt10/ium:v1 sh -c "chmod 777 /app/s487175-dataset-stats-script.sh && /app/s487175-dataset-stats-script.sh > output.txt"' - sh 'cp output.txt ${WORKSPACE}/' + sh 'cp -f output.txt ${WORKSPACE}/' } } stage('Archive file') {