Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-02 19:20:40 +02:00
parent 96945632d6
commit 15339b3ef9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
def customImage = docker.build("custom-image")
customImage.inside {
sh 'bash ./get_dataset.sh $CUTOFF'
sh 'IUM_2.py'
archiveArtifacts artifacts: 'meteorite-landings.csv meteorite_train.csv meteorite_test.csv meteorite_val.csv', onlyIfSuccessful: true
}
}