updated maven settings id
This commit is contained in:
parent
d2f2c23fb4
commit
9b47ec7b06
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -9,7 +9,7 @@ node {
|
||||||
git url: "https://" + env.REPO_URL
|
git url: "https://" + env.REPO_URL
|
||||||
}
|
}
|
||||||
|
|
||||||
withMaven(jdk: "jdk8", maven: "m3.5", mavenLocalRepo: ".repository", mavenSettingsConfig: "DefaultMaven") {
|
withMaven(jdk: "jdk8", maven: "m3.5", mavenLocalRepo: ".repository", mavenSettingsConfig: "639c4560-87b7-4502-bb3d-2c44845cd2b5") {
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh 'mvn clean compile'
|
sh 'mvn clean compile'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue