Update Jenkinsfile
This commit is contained in:
parent
5edee4fc83
commit
46146448d6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,6 +13,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
def testImage = docker.build("test-image")
|
||||
@ -25,4 +26,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user