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 1549d35 Try other expression
1549d35 is described below
commit 1549d35091db7e3642c7c384785c91929bed47e5
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 15:35:12 2018 +0200
Try other expression
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 74164df..4fbc8eb 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