You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:49:21 UTC

[37/50] logging-log4net git commit: Let it be an ubuntu node but not H26 which is somehow broken currently

Let it be an ubuntu node but not H26 which is somehow broken currently


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/758d9c68
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/758d9c68
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/758d9c68

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 758d9c687bf5e4021dd7606fc4222d002c5d9f5a
Parents: d8deee9
Author: Dominik Psenner <dp...@apache.org>
Authored: Wed May 9 21:20:34 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Wed May 9 21:20:34 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/758d9c68/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index f0c5ab4..ed54f8b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
 		disableConcurrentBuilds()
 	}
 	agent {
-		label 'H20'
+		label 'ubuntu&&!H26'
 	}
 	stages {
 		// prepare node for builds