fix jenkinsfile

This commit is contained in:
Sheaza 2024-03-26 18:34:28 +01:00
parent d7110d7bf9
commit 8a4df8d901
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -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
}
}
}
}
}
}