diff options
author | 2017-06-20 15:59:15 +0000 | |
---|---|---|
committer | 2017-06-20 15:59:15 +0000 | |
commit | 06a9d7383889fbd8f4d1351ae6c9908fd1f248b6 (patch) | |
tree | b03b980297b89693c5e6ce16c82a438e13ab42e2 /jjb/global | |
parent | 099b8bd8cf78c9eafb034ad9b031c064378a201e (diff) | |
parent | 29ae4665f197d7e991e9638a747e869797e9f989 (diff) |
Merge "Generalize Gerrit non-voting Review Macro Name"
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 5341db464..e4dfa8d80 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -259,8 +259,11 @@ find "$local_path" | grep -e 'index.html$' -e 'pdf$' | \ sed -e "s|^$local_path| http://$gs_path|" >> gerrit_comment.txt +# To take advantage of this macro, have your build write +# out the file 'gerrit_comment.txt' with information to post +# back to gerrit and include this macro in the list of builders. - builder: - name: report-docs-build-result-to-gerrit + name: report-build-result-to-gerrit builders: - shell: | #!/bin/bash @@ -407,14 +410,14 @@ builders: - build-html-and-pdf-docs-output - upload-under-review-docs-to-opnfv-artifacts - - report-docs-build-result-to-gerrit + - report-build-result-to-gerrit - builder: name: upload-merged-docs builders: - build-html-and-pdf-docs-output - upload-generated-docs-to-opnfv-artifacts - - report-docs-build-result-to-gerrit + - report-build-result-to-gerrit - remove-old-docs-from-opnfv-artifacts - builder: |