This commit is contained in:
AWieczarek 2024-04-02 22:31:21 +02:00
parent 20a9af4349
commit 3777a1135d

5
Jenkinsfile vendored
View File

@ -15,7 +15,10 @@ pipeline {
} }
stage('Download, Process, and Split Dataset') { stage('Download, Process, and Split Dataset') {
agent { dockerfile true } agent { dockerfile {
additionalBuildArgs '--build-arg="KAGGLE_KEY=${env.KAGGLE_KEY}"'
}
}
steps { steps {
withEnv([ withEnv([
"KAGGLE_USERNAME=${env.KAGGLE_USERNAME}", "KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",