added jenkins provided settings file

This commit is contained in:
Ziver Koc 2017-10-11 15:25:45 +02:00
parent 3d192ff7ae
commit d2f2c23fb4

2
Jenkinsfile vendored
View file

@ -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") { withMaven(jdk: "jdk8", maven: "m3.5", mavenLocalRepo: ".repository", mavenSettingsConfig: "DefaultMaven") {
stage('Build') { stage('Build') {
sh 'mvn clean compile' sh 'mvn clean compile'