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

kwin 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 53a3350  SLING-9414 fix nesting error
53a3350 is described below

commit 53a335072e72fd3c3dc1a5f5b1ca205cc8d4155c
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon May 4 15:13:19 2020 +0200

    SLING-9414 fix nesting error
---
 vars/slingOsgiBundleBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 08e99c7..ba43097 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -63,9 +63,9 @@ def call(Map params = [:]) {
                                     }
                             }
                         }
-                    } else {
-                        echo "SonarQube execution is disabled"
                     }
+                } else {
+                    echo "SonarQube execution is disabled"
                 }
             } else {
                 echo "Job is disabled, not building"

Reply via email to