This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 06f4a3c settinsg configured by Jenkins itself no need to know the id
06f4a3c is described below
commit 06f4a3ccfefa44501c5283f2133334d12ea8d614
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:18:09 2018 +1000
settinsg configured by Jenkins itself no need to know the id
Signed-off-by: olivier lamy <[email protected]>
---
vars/asfStandardBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 09a0f5e..9729db7 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -98,7 +98,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
maven: mvnName,
jdk: "$jdk",
publisherStrategy: 'EXPLICIT',
- globalMavenSettingsConfig: settingsName,
+ //globalMavenSettingsConfig: settingsName,
mavenOpts: mavenOpts,
mavenLocalRepo: localRepo,
options: publishers) {