You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/07 01:29:52 UTC

logging-log4j2 git commit: Blacklist H20 node

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9f23e2155 -> 22280cbeb


Blacklist H20 node

H20 is supposedly for website publishing, yet it has the ubuntu label right now. Let's see if this fixes the build errors on this node in particular.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/22280cbe
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/22280cbe
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/22280cbe

Branch: refs/heads/master
Commit: 22280cbeb615d8fcc73c222a231da6a0dbd941a1
Parents: 9f23e21
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Apr 6 20:29:47 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Apr 6 20:29:47 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/22280cbe/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index cd834a8..04562e3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
 
 pipeline {
     agent {
-        label 'ubuntu'
+        label 'ubuntu&&!H20'
     }
     tools {
         jdk 'JDK 1.8 (latest)'