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 d3c7d24 Try another expression
d3c7d24 is described below
commit d3c7d24575dab2e0ae07595959f9671c8ac742bb
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 15:56:01 2018 +0200
Try another expression
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 960afd7..038cca6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,8 +30,8 @@ def tests
try {
-def node = jenkinsEnv.labelForOS(buildOs)
-node('"' + node + '" && !ubuntu-eu2') {
+def selectNode = jenkinsEnv.labelForOS(buildOs)
+node('"' + selectNode + '" && !ubuntu-eu2') {
dir('build') {
stage('Checkout') {
checkout scm