This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new a9f0a82 exclude H22 problematic node in apache jenkins (#2559)
a9f0a82 is described below
commit a9f0a829ae5f61a62aae56c37ab90107d7bf4727
Author: Carlos Santana <[email protected]>
AuthorDate: Wed Aug 2 09:44:51 2017 -0400
exclude H22 problematic node in apache jenkins (#2559)
---
tools/jenkins/apache/dockerhub.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/jenkins/apache/dockerhub.groovy
b/tools/jenkins/apache/dockerhub.groovy
index 5c07f97..e4fc9a8 100644
--- a/tools/jenkins/apache/dockerhub.groovy
+++ b/tools/jenkins/apache/dockerhub.groovy
@@ -1,5 +1,5 @@
#!groovy
-node("ubuntu&&xenial") {
+node('xenial && !H22') {
sh "env"
sh "docker version"
sh "docker info"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].