IUM_04
This commit is contained in:
parent
20a9af4349
commit
3777a1135d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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}",
|
||||||
|
Loading…
Reference in New Issue
Block a user