referenced global maven settings
All checks were successful
Locusworks Team/app-logger/pipeline/head This commit looks good
All checks were successful
Locusworks Team/app-logger/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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}"
|
||||||
|
Reference in New Issue
Block a user