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 10c1f53  try different clean
10c1f53 is described below

commit 10c1f538239d9afae03b92b604c25096ebc7e060
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:08:07 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 9688967..f2d2689 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 = ".repository" // 
"${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" //
+  def localRepo = 
"${env.JENKINS_HOME}/maven_repositories/${env.EXECUTOR_NUMBER}" // 
".repository" //
   def settingsName = 'archiva-uid-jenkins'
   def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'
 

Reply via email to