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 2019/01/30 15:35:09 UTC

[sling-whiteboard] branch feature/SLING-7245 updated: SLING-7245 - Validate pull requests using Jenkins

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-whiteboard.git


The following commit(s) were added to refs/heads/feature/SLING-7245 by this push:
     new 929391a  SLING-7245 - Validate pull requests using Jenkins
929391a is described below

commit 929391a392de98f987571d6094d6aa343366f813
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 30 16:34:37 2019 +0100

    SLING-7245 - Validate pull requests using Jenkins
    
    Make per-branch config match the branch
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index e0d06e7..e0e3a75 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,7 @@
 {
     "jenkins": {
         "branches": {
-            "master": {
+            "feature/SLING-7245": {
                 "nodeLabel": "git-websites",
                 "additionalMavenParams": "-Ppublish-site -Dmsg=\"Automatic website deployment\""
             }