diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 00000000..cd545f9d --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,11 @@ +{ + "jenkins": { + "starterITExecutions": { + "13-SNAPSHOT": { + "jdks": [8, 11, 17] + } + }, + "additionalMavenParams": "-DskipTests -DskipITs", + "sonarQubeEnabled": false + } +} diff --git a/Jenkinsfile b/Jenkinsfile index f5825190..6f075631 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,5 @@ * under the License. */ +@Library('sling@feature/SLING-11671') _ slingOsgiBundleBuild()