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 83d89ba  Keep original stageId
83d89ba is described below

commit 83d89ba4245bf9bc8330810c12eea1fe3ee1a50f
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Thu Apr 4 19:44:00 2019 +0200

    Keep original stageId
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index b2e4517..d921552 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -156,7 +156,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, 
taskContext )
       {
         stage("Checkout ${stageId}") {
           try {
-            dir(stageId - 'windows-') {
+            dir(stageId) {
               checkout scm
             }
           } catch (Throwable e) {

Reply via email to