referenced global maven settings
All checks were successful
Locusworks Team/app-logger/pipeline/head This commit looks good

This commit is contained in:
Isaac Parenteau
2020-05-22 19:47:50 +01:00
parent f1baf6cbc9
commit 5f0eb71d35

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ def getSha1() {
def mvn(args) { def mvn(args) {
withMaven( withMaven(
maven: 'maven-3.6.1', maven: 'maven-3.6.1',
mavenSettingsConfig: 'locusworks-settings' globalMavenSettingsConfig: 'locusworks-settings'
) { ) {
sh "mvn ${args}" sh "mvn ${args}"