diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index 948f127..833bc90 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -5,7 +5,7 @@ pipeline { stages { stage('Get arifacts') { steps { - copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset/master/', selector: lastSuccessful() + copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: lastSuccessful() } } stage('Show stats') {