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 2022/11/11 14:19:36 UTC

[sling-tooling-jenkins] branch feature/SLING-11671 updated: SLING-11671 - Jenkins: allow running Sling Starter ITs with a given module based on the Sling module descriptor

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

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


The following commit(s) were added to refs/heads/feature/SLING-11671 by this push:
     new 5e0895d  SLING-11671 - Jenkins: allow running Sling Starter ITs with a given module based on the Sling module descriptor
5e0895d is described below

commit 5e0895dbb006f37ad25fddb3584570554e921842
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 11 15:19:18 2022 +0100

    SLING-11671 - Jenkins: allow running Sling Starter ITs with a given module based on the Sling module descriptor
    
    Fix closure syntax
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index f6571a5..e0a5cff 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -121,7 +121,7 @@ def call(Map params = [:]) {
 
             starterITExecutions.each { starterVersion, starterITExecution ->
                 starterITExecution.jdks.each {
-                    jdkVersion -> {
+                    jdkVersion ->
                         stage("Starter ITs (Starter ${starterVersion}, Java ${jdkVersion}") {
                             checkout scm
                             withMaven(maven: globalConfig.mvnVersion,