You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/16 18:09:32 UTC

[maven-jenkins-lib] branch master updated: used env.EXECUTOR_NUMBER

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new e7a792f  used env.EXECUTOR_NUMBER
e7a792f is described below

commit e7a792fa0021d021bc2be121e2a7dbc18374e3b5
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Aug 16 20:09:20 2019 +0200

    used env.EXECUTOR_NUMBER
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 15bc912..74723ce 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -147,7 +147,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
       cmd += 'verify'
       cmd += '-Papache-release'
   }
-  def localRepo = "../.maven_repositories/${EXECUTOR_NUMBER}" // ".repository" //
+  def localRepo = "../.maven_repositories/${env.EXECUTOR_NUMBER}" // ".repository" //
   def disablePublishers = !first
   first = false
   String stageId = "${os}-jdk${jdk}-m${maven}_${plan}"