diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index b7fe127..7394ed8 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -10,9 +10,9 @@ pipeline { stages { stage('Dataset statistics') { steps { - copyArtifacts filter:'cutoff_train.csv',fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR') + copyArtifacts filter:'cutoff_train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR') sh 'chmod 777 stats/data_stats.sh' - sh './data_stats.sh' + sh './stats/data_stats.sh' archiveArtifacts artifacts: 'train_lines.txt', followSymlinks: false } }