This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 0f9199b ubunut-eu2 is back online.
0f9199b is described below
commit 0f9199b3f10021cdbf9b0df3d1e782048542901e
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Mon Jul 23 19:50:22 2018 +0200
ubunut-eu2 is back online.
---
vars/asfMavenTlpStdBuild.groovy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 5b2b80e..588c0be 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -76,8 +76,7 @@ def call(Map params = [:]) {
first = false
String stageId = "${os}-jdk${jdk}"
tasks[stageId] = {
- // exclude probamatic nodes with && !nodename
- node("${label} && !ubuntu-eu2") {
+ node("${label}") {
stage("Checkout ${stageId}") {
try {
dir('m') {