diff --git a/Jenkinsfile b/Jenkinsfile index dbc3cc7..0262f68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,6 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' - sh "chmod +x -R ${env.WORKSPACE}" sh 'chmod u+x ./download_dataset.sh' sh './download_dataset.sh' archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'