IUM_04
This commit is contained in:
parent
c020995835
commit
c47828232d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
|||||||
stage('Download, Process, and Split Dataset') {
|
stage('Download, Process, and Split Dataset') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
args "-e KAGGLE_USERNAME=${env.KAGGLE_USERNAME}"
|
args "-e KAGGLE_USERNAME=${env.KAGGLE_USERNAME} -e KAGGLE_KEY=${env.KAGGLE_KEY}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user