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 <[email protected]> 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() } }
