Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 19:30:22 +02:00
parent 381260fd31
commit f06909ef85

2
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ pipeline {
} }
} }
stage('Build') { stage('Build') {
steps {
// Run the maven build // Run the maven build
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
@ -51,3 +52,4 @@ pipeline {
} }
} }
} }
}