diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index d154858..7745156 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -14,6 +14,7 @@ pipeline { stages { stage("Script") { steps { + copyArtifacts fingerprintArtifacts: true, projectName: 's444018-create-dataset', selector: buildParameter('BUILD_SELECTOR') sh 'chmod +x ./lab2/stats.sh' sh "./lab2/stats.sh" archiveArtifacts 'stats.txt'