You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2020/11/30 15:10:21 UTC

[sling-site] branch master updated: add jenkins build infos

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

npeltier 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 337d169  add jenkins build infos
337d169 is described below

commit 337d1697aea092be2ec7d364ef7ffe363e6efa0c
Author: Nicolas Peltier <np...@apache.org>
AuthorDate: Mon Nov 30 16:02:07 2020 +0100

    add jenkins build infos
    
    Signed-off-by: Nicolas Peltier <np...@apache.org>
---
 src/main/jbake/content/documentation/development.md | 1 +
 src/main/jbake/content/project-information.md       | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/src/main/jbake/content/documentation/development.md b/src/main/jbake/content/documentation/development.md
index 3a6ec93..ae7238c 100644
--- a/src/main/jbake/content/documentation/development.md
+++ b/src/main/jbake/content/documentation/development.md
@@ -60,4 +60,5 @@ Last but not least, here is some more information on how we ourselves are workin
 * [Release Management](/documentation/development/release-management.html)
 * [Deprecating Sling Modules](/documentation/development/deprecating-sling-modules.html)
 * [Maven Usage](/documentation/development/maven-usage.html)
+* [Build Setup](/project-information.html#continuous-integration) 
 * To run our integration tests suite see the [launchpad/testing module README](https://github.com/apache/sling-org-apache-sling-launchpad-testing/blob/master/README.md) and the [launchpad/integration-tests README](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/blob/master/README.md) for how to run individual integration tests. We use the [sling-IT](https://issues.apache.org/jira/issues/?jql=labels%20%3D%20sling-IT) label in JIRA for known issues with our int [...]
diff --git a/src/main/jbake/content/project-information.md b/src/main/jbake/content/project-information.md
index a98b3dd..1f70a3c 100644
--- a/src/main/jbake/content/project-information.md
+++ b/src/main/jbake/content/project-information.md
@@ -65,6 +65,9 @@ The [Sling Monitor](https://builds.apache.org/view/Sling-Monitor/) page lists jo
 
 The [Sling Folder](https://builds.apache.org/job/Sling/) page lists all jobs.
 
+In any case you wish to customize the jenkins build of a module, just add a `.sling-module.json` at the root of your project,
+with overriden values listed in Jenkins [Sling module descriptor](https://cwiki.apache.org/confluence/display/SLING/Sling+module+descriptor).
+
 ## Documentation Repository
 The documentation website, in fact the very page that you are reading right now, is located at [The Apache Sling Site Project](https://gitbox.apache.org/repos/asf?p=sling-site.git). You can contribute without being an official project committer.