From 901cc48da2e791b09798c109bac891aec5314d6e Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sun, 28 Mar 2021 18:56:25 +0200 Subject: [PATCH] Add Jenkins file for stats --- Jenkinsfile_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index d2f50bc..ba5185a 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -6,7 +6,7 @@ pipeline { stages { stage("Clone repo & print stats"){ steps { - copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: buildParameter('BUILD_SELECTOR') + copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: ${params.BUILD_SELECTOR} sh "chmod 777 ./count_files_lines.sh" sh "./count_files_lines.sh" archiveArtifacts "stats.txt"