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-env.git
The following commit(s) were added to refs/heads/master by this push:
new 0236381 Try another expression
0236381 is described below
commit 0236381a09de32b0ddf4b407663504abdfc5e8f1
Author: rfscholte <[email protected]>
AuthorDate: Sun Jul 15 10:01:08 2018 +0200
Try another expression
---
vars/jenkinsEnv.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 31e78b4..ddd284c 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -22,7 +22,7 @@
class jenkinsEnv implements Serializable {
def nodeSelection(String osLabel) {
// exclude problematic nodes
- return "'${osLabel}' && !ubuntu-eu2"
+ return "\"${osLabel}\" && !ubuntu-eu2"
}
def labelForOS(String os) {