diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index e1940ca..865919a 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -13,9 +13,9 @@ node { stage('Copy artifacts') { copyArtifacts fingerprintArtifacts: true, projectName: 's425850-create-dataset', selector: buildParameter('BUILD_SELECTOR') } - withEnv() { - sh 'chmod u+x ./get_stats.sh' - sh './get_stats.sh' + stage('Script') { + sh '''wc -l books_edited.csv > stats.txt + ''' } stage('Archive artifacts') { archiveArtifacts artifacts: 'stats.txt', followSymlinks: false