You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2018/01/02 11:50:53 UTC

[maven-jenkins-lib] branch master updated: Correctly attribute fast failure root node

This is an automated email from the ASF dual-hosted git repository.

stephenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 79f6161  Correctly attribute fast failure root node
79f6161 is described below

commit 79f61611d929d1c102c8f58d69e96a0b3dc5c713
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Tue Jan 2 11:50:47 2018 +0000

    Correctly attribute fast failure root node
---
 vars/asfMavenTlpStdBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index e07b944..2f8a8ef 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -90,7 +90,7 @@ def call(Map params = [:]) {
                     if (!failFast) {
                       throw e
                     } else if (failingFast == null) {
-                      failingFast = "${os}-jdk${jdk}"
+                      failingFast = stageId
                       echo "[FAIL FAST] This is the first failure and likely root cause"
                       throw e
                     } else {
@@ -133,7 +133,7 @@ def call(Map params = [:]) {
   } finally {
     // notify completion
     if (failingFast != null) {
-      echo "Fast failure triggered by ${failingFast}"
+      echo "***** FAST FAILURE *****\n\nFast failure triggered by ${failingFast}\n'n***** FAST FAILURE *****"
     }
     stage("Notifications") {
       jenkinsNotify()

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].