diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index d2f50bc..e11b7bd 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -1,11 +1,14 @@ pipeline { - agent any + agent { + docker { image 'jarmosz/ium:1.1' } + } parameters { buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR') } stages { stage("Clone repo & print stats"){ steps { + sh "python3 script.py" copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: buildParameter('BUILD_SELECTOR') sh "chmod 777 ./count_files_lines.sh" sh "./count_files_lines.sh"