Zad 03.Jenkins - zapisanie zbioru danych

This commit is contained in:
Cezary Gałązkiewicz 2022-03-28 00:16:05 +02:00
parent 66be0765a6
commit 9a4a5f73cc
1 changed files with 1 additions and 0 deletions

View File

@ -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'