This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/test-parallel-builds in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git
commit 0710003d0242f9e57d42dd27f4a6f8a4a0cc4d17 Author: Konrad Windszus <[email protected]> AuthorDate: Wed Jun 15 09:52:03 2022 +0200 SLING-9948 test parallel builds --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f582519..333c5f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,6 @@ * under the License. */ +library "sling@feature/parallel-builds" + slingOsgiBundleBuild()
