refactor email recipients to parameter with default value
[releng/builder.git] / jjb / docs / docs-rtd.yaml
index fd24db2e424466a8b982643846c3059450268b7e..a24dcceee5fadaee764f1526d1ea6ff1df229fb6 100644 (file)
@@ -59,6 +59,7 @@
 
     publishers:
         - email-notification:
+            email-recipients: '{email-recipients}'
             email-prefix: '[docs]'
         - opendaylight-infra-shiplogs:
             maven-version: 'mvn33'
             trigger-on:
                 - patchset-created-event:
                     exclude-drafts: 'true'
-                    exclude-trivial-rebase: 'true'
+                    exclude-trivial-rebase: 'false'
                     exclude-no-code-change: 'true'
                 - draft-published-event
                 - comment-added-contains-event:
                     comment-contains-value: 'recheck'
+                - comment-added-contains-event:
+                    comment-contains-value: 'redocs'
+                    # FIXME: Describe this job in docs/jenkins.rst including the BEWARE section.
             projects:
               - project-compare-type: 'ANT'
                 project-pattern: '**'
 
     publishers:
         - email-notification:
+            email-recipients: '{email-recipients}'
             email-prefix: '[docs]'
         - opendaylight-infra-shiplogs:
             maven-version: 'mvn33'