You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/12 09:10:07 UTC

[sling-tooling-jenkins] branch master updated: SLING-8572 - sling-ide-tooling is reported as broken but is actually successful

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/master by this push:
     new e5c9921  SLING-8572 - sling-ide-tooling is reported as broken but is actually successful
e5c9921 is described below

commit e5c992125f9c448232f6807f9e4cc985933cae59
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Sep 12 11:09:23 2019 +0200

    SLING-8572 - sling-ide-tooling is reported as broken but is actually successful
    
    Add debug information
---
 src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy b/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy
index 2c5c9d4..fe0c997 100644
--- a/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy
+++ b/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy
@@ -142,6 +142,8 @@ def sendNotifications(def jobConfig) {
     def change = null;
     def recipientProviders = []
 
+    echo "[DEBUG] current result is ${current}, previous result is ${previous}"
+
     // 1. changes from success or unknown to non-success
     if ( (previous == null || previous == "SUCCESS") && current != "SUCCESS" ) {
         change = "BROKEN"