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

commit e8806e8086d35434f2fb9da696613cb8c466cd19
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 15:44:02 2018 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 4fbc8eb..bf33968 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