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 3489d04 Exclude ubuntu-eu2 (temporary)
3489d04 is described below
commit 3489d04b031ee81fb62689d0d7cb18a1a5e31126
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 12:54:05 2018 +0200
Exclude ubuntu-eu2 (temporary)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b775de8..ea4fd98 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) {
+ 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