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 21:58:37 UTC

logging-log4j2 git commit: Enable fail fast builds

Repository: logging-log4j2
Updated Branches:
  refs/heads/master fb91a1b04 -> 8d9151a30


Enable fail fast builds


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

Branch: refs/heads/master
Commit: 8d9151a30379dbbe284ada1cbfe05b75a6936c1f
Parents: fb91a1b
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Apr 7 16:58:34 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Apr 7 16:58:34 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8d9151a3/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 172cdfe..31735cd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,6 +23,7 @@ pipeline {
     agent none
     stages {
         stage('Build') {
+            failFast true
             parallel {
                 stage('Ubuntu') {
                     agent { label 'ubuntu&&!H20' }