You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/27 07:28:51 UTC

[sling-site] branch master updated: Point to build URL

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fccabb  Point to build URL
3fccabb is described below

commit 3fccabb82af150344d88d9218af11298e5e40879
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Apr 27 09:28:13 2020 +0200

    Point to build URL
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 511f4f3..c06c71a 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -4,7 +4,7 @@
         "branches": {
             "master": {
                 "nodeLabel": "git-websites",
-                "additionalMavenParams": "-Ppublish-site -Dmsg=\"Automatic website deployment\""
+                "additionalMavenParams": "-Ppublish-site -Dmsg=\"Automatic website deployment from $BUILD_URL\""
             }
         }
     }