You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/15 07:52:08 UTC

[sling-maven-enforcer-rules] branch feature/test-parallel-builds created (now 0710003)

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

kwin pushed a change to branch feature/test-parallel-builds
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git


      at 0710003  SLING-9948 test parallel builds

This branch includes the following new commits:

     new 0710003  SLING-9948 test parallel builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-maven-enforcer-rules] 01/01: SLING-9948 test parallel builds

Posted by kw...@apache.org.
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 <kw...@apache.org>
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()