ls in jenkinsfile

This commit is contained in:
Kamil Guttmann 2022-04-03 19:56:14 +02:00
parent 1c4647cd3e
commit c3187de58f

1
Jenkinsfile vendored
View File

@ -35,6 +35,7 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh "ls"
sh "./download_data.sh"
sh "python3 clean_and_split_data.py"
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true