From d975d4fb973d8f6b216cc8412164c8019227fecf Mon Sep 17 00:00:00 2001 From: ulaniuk Date: Sun, 3 Apr 2022 22:01:01 +0200 Subject: [PATCH] 11 --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index a5da84d..06469a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,12 @@ pipeline { } } stage("Data Preparation") { + agent { + dockerfile { + additionalBuildArgs '-t ium' + args '-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME} -e KAGGLE_KEY=${params.KAGGLE_KEY}' + } + } steps { sh "python create_data.py" archiveArtifacts 'KaggleV2-May-2016.csv'