From f0c756ff4306614adcf580bc421b4cc624072952 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Tue, 18 Apr 2023 17:55:21 +0200 Subject: [PATCH] fix --- Jenkinsfile-dataset-stats | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 4dab704..1bfc0b9 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -26,6 +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}/' } } stage('Archive file') {