allow for saving artifacts

This commit is contained in:
s495716 2024-03-20 17:51:43 +01:00
parent 373b256479
commit 7d5c9e93a1

1
Jenkinsfile vendored
View File

@ -26,6 +26,7 @@ pipeline {
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
sh 'chmod 777 ./data_download.sh'
sh './data_download.sh --cutoff ${CUTOFF}'
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv', followSymlinks: false
}
}
}