Jenkinsfile fix 123
This commit is contained in:
parent
9f46844ace
commit
48be43911f
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -31,8 +31,9 @@ pipeline {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "chmod 777 dataset_script.sh"
|
||||
sh "./dataset_script.sh $CUTOFF"
|
||||
sh "ls"
|
||||
sh "cd app"
|
||||
sh "python3 main_docker.py"
|
||||
archiveArtifacts artifacts: "heart_2020_test.csv, heart_2020_train.csv, heart_2020_sorted.csv", onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user