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

rfscholte pushed a commit to branch Java7Features
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/Java7Features by this push:
     new b5e8109  Use jenkinsEnv.nodeSelection for ITs as well
b5e8109 is described below

commit b5e8109c9a5d6617e631cad0b6c012f86781135b
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 16:09:43 2018 +0200

    Use jenkinsEnv.nodeSelection for ITs as well
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26b0f29..93ba46a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -74,7 +74,7 @@ for (String os in runITsOses) {
         String stageId = "${os}-jdk${jdk}"
         String stageLabel = "Run ITs ${os.capitalize()} Java ${jdk}"
         runITsTasks[stageId] = {
-            node("\"${osLabel}\" && !ubuntu-eu2") {
+            node(jenkinsEnv.nodeSelection(osLabel)) {
                 stage("${stageLabel}") {
                     // on Windows, need a short path or we hit 256 character 
limit for paths
                     // using EXECUTOR_NUMBER guarantees that concurrent builds 
on same agent

Reply via email to