You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/01/23 06:53:34 UTC

[maven] 01/01: verbose info about errors

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

slachiewicz pushed a commit to branch runITsWithJavaEA
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 4221a0359d29e73b099e17495cb6d83b42f9bcc0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Jan 23 00:53:03 2019 +0100

    verbose info about errors
---
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index c7fb6f0..72465cc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -122,6 +122,7 @@ parallel(runITsTasks)
         currentBuild.result = "ABORTED"
     } else {
         currentBuild.result = "FAILURE"
+        echo "[FAILURE-002] FlowInterruptedException ${e}"
     }
     throw e
 } catch (hudson.AbortException e) {
@@ -130,6 +131,7 @@ parallel(runITsTasks)
         currentBuild.result = "ABORTED"
     } else {
         currentBuild.result = "FAILURE"
+        echo "[FAILURE-003] AbortException ${e}"
     }
     throw e
 } catch (InterruptedException e) {
@@ -137,6 +139,7 @@ parallel(runITsTasks)
     throw e
 } catch (Throwable e) {
     currentBuild.result = "FAILURE"
+    echo "[FAILURE-001] ${e}"
     throw e
 } finally {
     // notify completion