added args to docker run fix

This commit is contained in:
Kamil Guttmann 2022-04-03 20:15:35 +02:00
parent 4e0ce2e622
commit 67034ce122

3
Jenkinsfile vendored
View File

@ -1,8 +1,9 @@
pipeline {
agent {
dockerfile true
dockerfile {
args '-e KAGGLE_USERNAME="${params.KAGGLE_USERNAME}" -e KAGGLE_KEY="${params.KAGGLE_KEY}"'
}
}
parameters {
string (
defaultValue: 'kamilguttmann',