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 cf146ac  Try another expression
cf146ac is described below

commit cf146ac1f68bf8994d1aa7e6731c0593bf34329f
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 15:50:35 2018 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index bf33968..960afd7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ def tests
 try {
 
 def node = jenkinsEnv.labelForOS(buildOs) 
-node("\"${node}\" && !ubuntu-eu2") {
+node('"' + node + '" && !ubuntu-eu2') {
     dir('build') {
         stage('Checkout') {
             checkout scm

Reply via email to