Update 'Jenkinsfile'
This commit is contained in:
parent
381260fd31
commit
f06909ef85
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,6 +43,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
// Run the maven build
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
@ -51,3 +52,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user