Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline d8deee971 -> 758d9c687
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/cd-pipeline Commit: 758d9c687bf5e4021dd7606fc4222d002c5d9f5a Parents: d8deee9 Author: Dominik Psenner <[email protected]> Authored: Wed May 9 21:20:34 2018 +0200 Committer: Dominik Psenner <[email protected]> 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
