From 1f0456b17e6f5d15e227ff101ad48c7afce154ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafin=CC=81ski?= Date: Mon, 4 Apr 2022 00:03:50 +0200 Subject: [PATCH] get artifacts from first build --- Jenkinsfile_stats | 1 + 1 file changed, 1 insertion(+) 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'