This commit is contained in:
bartosz.maslanka.consultant 2023-04-21 16:10:02 +02:00
parent 4f79df945b
commit 493b2e6e37
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ node {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d elakiricoder/gender-classification-dataset > output.txt'
sh 'ls -l'
archiveArtifacts artifacts: 'gender_classification_v7.csv, output.txt'
}