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/08/03 22:19:34 UTC

[maven] branch MNG-6726 updated: temporarily commented out the jenkinsNotify()

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

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


The following commit(s) were added to refs/heads/MNG-6726 by this push:
     new 5e3d2bd  temporarily commented out the jenkinsNotify()
5e3d2bd is described below

commit 5e3d2bdc9293a1a4f9504931ee5d2d7b20123277
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Aug 4 00:19:26 2019 +0200

    temporarily commented out the jenkinsNotify()
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 59766cc..3b0ee5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -161,6 +161,6 @@ parallel(runITsTasks)
 } finally {
     // notify completion
     stage("Notifications") {
-        jenkinsNotify()      
+        //jenkinsNotify()
     }    
 }