develop #1

Manually merged
iparenteau merged 3 commits from develop into master 2020-05-22 13:56:40 -05:00
2 changed files with 51 additions and 11 deletions
Showing only changes of commit 5f0eb71d35 - Show all commits

2
Jenkinsfile vendored
View File

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