Update Jenkinsfile ver 1.8

This commit is contained in:
Kamila 2022-03-27 19:18:11 +02:00
parent 70f3a128f5
commit 40ef77cec5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pipeline {
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) { "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh './data_stats.sh' sh './data_stats.sh'
archiveArtifacts artifacts: 'apps_train.csv, apps_test.csv, apps_validate.csv' archiveArtifacts artifacts: 'stats.txt'
} }
} }
} }