You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/04 17:15:11 UTC

[maven-jenkins-lib] branch master updated: Fix groovy script

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

rfscholte 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 5d6e8a5  Fix groovy script
5d6e8a5 is described below

commit 5d6e8a56f1236fadcefa138d450c0fbec59a0c61
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Apr 4 19:15:02 2019 +0200

    Fix groovy script
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 44b9929..644c196 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -150,7 +150,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
       def wsDir = pwd()
 	  if (os == 'windows' && taskContext.tmpWs) {
 //	    wsDir = "$TEMP\\$BUILD_TAG" // or use F:\jenkins\jenkins-slave\workspace or F:\short
-	    wsDir = "F:\\short\\$BUILD_TAG".replaceAll(/(.+)maven-(.+)-plugin(.*)/) { txt, l, m, r -> l + 'm-' + m + '-p' + r } )
+	    wsDir = "F:\\short\\$BUILD_TAG".replaceAll(/(.+)maven-(.+)-plugin(.*)/) { txt, l, m, r -> l + 'm-' + m + '-p' + r }
 	  }
       ws( dir : "$wsDir" )
       {