Zad 03.Jenkins - cutoff
This commit is contained in:
parent
fe61b195fa
commit
e3dedba5ca
@ -38,7 +38,6 @@ pipeline {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "echo KAGGLE_USERNAME: $KAGGLE_USERNAME"
|
||||
sh "./download.sh"
|
||||
archiveArtifacts artifacts: "steel_industry_data_test.csv, steel_industry_data_dev.csv, steel_industry_data_train.csv"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user