Dockerfile

This commit is contained in:
Mateusz 2024-04-01 14:46:44 +02:00
parent 7d743709d2
commit 0d2aebd8a1

7
Jenkinsfile vendored
View File

@ -18,6 +18,13 @@ pipeline {
}
stages {
stage('env') {
steps {
sh 'id'
sh 'whoami'
sh 'pwd'
}
}
stage('Run create-dataset script') {
steps {
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {