added args to docker run

This commit is contained in:
Kamil Guttmann 2022-04-03 20:13:06 +02:00
parent 26f3ad351a
commit 4e0ce2e622

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline { pipeline {
agent { agent {
dockerfile true dockerfile true
args '-e KAGGLE_USERNAME="${params.KAGGLE_USERNAME}" -e KAGGLE_KEY="${params.KAGGLE_KEY}"'
} }
parameters { parameters {
string ( string (