added jenkins provided settings file
This commit is contained in:
parent
3d192ff7ae
commit
d2f2c23fb4
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
|
||||
}
|
||||
|
||||
withMaven(jdk: "jdk8", maven: "m3.5", mavenLocalRepo: ".repository") {
|
||||
withMaven(jdk: "jdk8", maven: "m3.5", mavenLocalRepo: ".repository", mavenSettingsConfig: "DefaultMaven") {
|
||||
|
||||
stage('Build') {
|
||||
sh 'mvn clean compile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue