Zad 03.Jenkins - zapisanie zbioru danych
This commit is contained in:
parent
66be0765a6
commit
9a4a5f73cc
@ -40,6 +40,7 @@ pipeline {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'echo KAGGLE_KEY: KAGGLE_KEY'
|
||||
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