diff --git a/Jenkinsfile b/Jenkinsfile index 61480ca..7d41c05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,10 @@ pipeline { } stage('Download, Process, and Split Dataset') { - agent { dockerfile true } + agent { dockerfile { + additionalBuildArgs '--build-arg="KAGGLE_KEY=${env.KAGGLE_KEY}"' + } + } steps { withEnv([ "KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",