You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/14 23:59:10 UTC

[maven-surefire] 03/03: investigating build failure: removed jenkinsNotify()

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

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

commit 2d0992771b501bf8ac3adb4f07057d57802a1dfa
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Jul 15 01:55:30 2019 +0200

    investigating build failure: removed jenkinsNotify()
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 043b18c..175c763 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -109,7 +109,7 @@ timeout(time: 12, unit: 'HOURS') {
         currentBuild.result = 'FAILURE'
         throw e
     } finally {
-        jenkinsNotify()
+        // jenkinsNotify()
     }
 }