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 2cc7423 Try to exclude ubuntu-eu2
2cc7423 is described below
commit 2cc7423c89c9189e8af0418b388fc32b4952912a
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 15:30:38 2018 +0200
Try to exclude ubuntu-eu2
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 51669be..74164df 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,8 @@ def tests
try {
-node(jenkinsEnv.labelForOS(buildOs)) {
+def node = jenkinsEnv.labelForOS(buildOs)
+node("'${node}' && !'ubuntu-eu2'") {
dir('build') {
stage('Checkout') {
checkout scm