This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/SLING-7245 in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
commit 18b46b0f7fd7e0d9122dbd2f68109b7baa256bec Author: Robert Munteanu <[email protected]> AuthorDate: Tue Dec 18 00:06:06 2018 +0100 SLING-7245 - Validate pull requests using Jenkins Add a TODO regarding publishing --- vars/slingOsgiBundleBuild.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy index dd5d745..55daa97 100644 --- a/vars/slingOsgiBundleBuild.groovy +++ b/vars/slingOsgiBundleBuild.groovy @@ -39,6 +39,7 @@ def call(Map params = [:]) { echo "Final job config: ${jobConfig}" } + // TODO - configure all published to be enabled only for the first build if ( jobConfig.enabled ) { deploy = true jobConfig.jdks.each { jdkVersion ->
