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 568d09f  Apply jenkinsEnv.nodeSelection
568d09f is described below

commit 568d09f780606582749efb9ec70e6f4e1567e8dc
Author: rfscholte <[email protected]>
AuthorDate: Sun Jul 15 10:40:23 2018 +0200

    Apply jenkinsEnv.nodeSelection
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index a181111..6875aa6 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -140,7 +140,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, 
taskContext )
        first = false
        String stageId = "${os}-jdk${jdk}-m${maven}_${plan}"
        tasks[stageId] = {
-         node(label) {
+         node(jenkinsEnv.nodeSelection(label)) {
       stage("Checkout ${stageId}") {
         try {
           dir(stageId) {

Reply via email to