diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-23 22:55:27 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-23 22:55:27 +0900 |
commit | 6f0a6e07e3975cf9b536d79b4e76981afb2890b9 (patch) | |
tree | fa0d6e021a32c2605155ab07ee82bd4144f0a234 /jjb/releng-macros.yaml | |
parent | 9096c5c354d918e2c5685f78d9be790ddaf1fcc3 (diff) |
change document publisher to builder temporarily
Change-Id: I74728be60bcbcbe41d587091ec9b259af3d3e839
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r-- | jjb/releng-macros.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 9e482dca3..38b7afe70 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -144,6 +144,9 @@ builders: - shell: 'mkdir -p $WORKSPACE/target/classes' + +# New Releng macros + - builder: name: build-html-and-pdf-docs-output builders: @@ -182,9 +185,10 @@ mv "$_build"/*.pdf "$_output" done -- publisher: +#TODO(r-mibu): change this to publisher +- builder: name: upload-under-review-docs-to-opnfv-artifacts - publishers: + builders: - shell: | #!/bin/bash -e set -o pipefail @@ -217,9 +221,10 @@ echo {gerrit-review} -p {project} -m "$gerrit_comment" $GERRIT_PATCHSET_REVISION -- publisher: +#TODO(r-mibu): change this to publisher +- builder: name: upload-merged-docs-to-opnfv-artifacts - publishers: + builders: - shell: | #!/bin/bash -e set -o pipefail @@ -255,9 +260,10 @@ echo {gerrit-review} -p {project} -m "$gerrit_comment" $GERRIT_PATCHSET_REVISION -- publisher: +#TODO(r-mibu): change this to publisher +- builder: name: remove-old-docs-from-opnfv-artifacts - publishers: + builders: - shell: | #!/bin/bash -e export PATH=$PATH:/usr/local/bin/ |