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 ca68530 try different clean
ca68530 is described below
commit ca685302587310d00e8f4a550bd9e86f3c1491bf
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:10:52 2018 +1000
try different clean
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 f2d2689..3d2ca3b 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -90,7 +90,7 @@ def call(Map params = [:]) {
* @return the Jenkinsfile step representing a maven build
*/
def mavenBuild(jdk, cmdline, mvnName, publishers) {
- def localRepo =
"${env.JENKINS_HOME}/maven_repositories/${env.EXECUTOR_NUMBER}" //
".repository" //
+ def localRepo = "../maven_repositories/${env.EXECUTOR_NUMBER}" //
".repository" //
def settingsName = 'archiva-uid-jenkins'
def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'