fix kaggle2

This commit is contained in:
PawelDopierala 2024-03-27 01:59:51 +01:00
parent 3ca30c2d5b
commit ba4ca3e909

2
Jenkinsfile vendored
View File

@ -36,6 +36,7 @@ pipeline {
}
}
stage('Kaggle') {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
@ -43,4 +44,5 @@ pipeline {
}
}
}
}
}