staging-profile-id unnecessary for javadoc jobs
[releng/global-jjb.git] / README.md
index 07c73f9..83a2de8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ configuration.
 
 - Config File Provider
 - Description Setter
+- Environment Injector Plugin
 - Gerrit Trigger
 - Post Build Script
 - SSH Agent
@@ -110,6 +111,12 @@ macro.
 like '0.6.1' or a PEP-440 definition. <https://www.python.org/dev/peps/pep-0440/>
 For example `<1.0.0` or `>=1.0.0,<2.0.0`.
 
+**mvn-site-id**: Maven Server ID from settings.xml containing the credentials
+to push to a Maven site repository.
+
+**mvn-staging-id**: Maven Server ID from settings.xml containing the credentials
+to push to a Maven staging repository.
+
 defaults.yaml:
 
 ```
@@ -127,6 +134,7 @@ defaults.yaml:
     github_pr_admin_list:
       - tykeal
     lftools-version: '<1.0.0'
+    mvn-site-id: opendaylight-site
 ```
 
 ## Config File Management