diff --git a/Jenkinsfile b/Jenkinsfile index 11eb8a1..aeea2b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,8 @@ pipeline { sh "chmod +x download_dataset.sh" sh "./download_dataset.sh $DATA_TRAIN_RATIO" archiveArtifacts artifacts: 'data.csv,train.csv,test.csv', onlyIfSuccessful: true + } } } } -} \ No newline at end of file +}