diff options
-rw-r--r-- | jjb/opnfv/opnfv-docs.yml | 4 | ||||
-rw-r--r-- | jjb/releng-macros.yaml | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/jjb/opnfv/opnfv-docs.yml b/jjb/opnfv/opnfv-docs.yml index ee4b5d75c..b761740ae 100644 --- a/jjb/opnfv/opnfv-docs.yml +++ b/jjb/opnfv/opnfv-docs.yml @@ -75,8 +75,6 @@ builders: - build-html-and-pdf-docs-output - - publisher: - upload-under-review-docs-to-opnfv-artifacts - job-template: @@ -126,7 +124,5 @@ builders: - build-html-and-pdf-docs-output - - publisher: - upload-merged-docs-to-opnfv-artifacts - remove-old-docs-from-opnfv-artifacts 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/ |