This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/allow-to-tweak-sonarqube-build in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
commit 411a4c77586a25d4e20d8921e7887a23b880c5c7 Author: Konrad Windszus <[email protected]> AuthorDate: Mon May 4 15:09:58 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"
