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 102bbb1 Try other expression
102bbb1 is described below
commit 102bbb117d7090408c414dfbb942e2462eb9d6ac
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 13:06:53 2018 +0200
Try other expression
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index e65e4d6..17b2684 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