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 c6819e4  Try other expression
c6819e4 is described below

commit c6819e4405d61d17dad2629a0e622c6771ae8de1
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 13:11:19 2018 +0200

    Try other expression
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 17b2684..51669be 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,7 +73,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("\"${osLabel}\" && !ubuntu-eu2") {
                 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