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 8e17d8a need to use .repository....
8e17d8a is described below
commit 8e17d8a8f45c13ed0e436a8855c4d77af9df67ad
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 14:39:31 2018 +1000
need to use .repository....
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 b2617c3..7e0e8c9 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -60,7 +60,7 @@ def call(Map params = [:]) {
* @return the Jenkinsfile step representing a maven build
*/
def mavenBuild(jdk, cmdline, mvnName, publishers) {
- def localRepo = "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" //
+ def localRepo = ".repository" //
"${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" //
def settingsName = 'archiva-uid-jenkins'
def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'