Archive proper artifacts
This commit is contained in:
parent
ad61a3897c
commit
c961a8b834
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "./download_data.sh"
|
sh "./download_data.sh"
|
||||||
sh "python3 clean_and_split_data.py"
|
sh "python3 clean_and_split_data.py"
|
||||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
archiveArtifacts artifacts: "crime_test.csv, crime_dev.csv, crime_train.csv", onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user