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 0aee3d5 Try with triple double quotes to support interpolation and no
extra escaping
0aee3d5 is described below
commit 0aee3d53d5896b8c1f4eec26a4ad518290234ae5
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 13:00:52 2018 +0200
Try with triple double quotes to support interpolation and no extra escaping
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ea4fd98..e65e4d6 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