list dataset

This commit is contained in:
Adam Wojdyla 2022-03-26 15:07:01 +01:00
parent 2ff5e87b7c
commit f2d519b4a7

5
Jenkinsfile vendored
View File

@ -33,10 +33,11 @@ pipeline {
script {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh './download.sh'
sh 'kaggle datasets list'
}
}
sh './download.sh'
}
}
}
}
}