X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopnfvdocs%2Fdocs-rtd.yaml;h=a8b9bef7b6a03152a7105ce672bec8ebfa564fc7;hb=6f2febadc9daa43df1c0a663ffa52c2b6bdebe25;hp=f81feab22619c5166b8b873a21957475607689b1;hpb=1d9bf5ebc2fcc054691cc6abcf7aca69b1463d65;p=releng.git diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index f81feab22..a8b9bef7b 100644 --- a/jjb/opnfvdocs/docs-rtd.yaml +++ b/jjb/opnfvdocs/docs-rtd.yaml @@ -8,7 +8,7 @@ stream: - master: branch: 'master' - - danube: + - euphrates: branch: 'stable/{stream}' project: 'opnfvdocs' @@ -36,6 +36,7 @@ files: 'docs/**/*.*' builders: + - 'remove-old-docs-from-opnfv-artifacts' - shell: | if [ $GERRIT_BRANCH == "master" ]; then RTD_BUILD_VERSION=latest @@ -73,7 +74,6 @@ project: '**' branch: '{branch}' files: 'docs/**/*.*' - - timed: 'H H * * *' builders: - shell: | @@ -90,4 +90,6 @@ pip install --upgrade pip pip freeze pip install tox + sed -i s,\-b\ html,\-b\ singlehtml,g tox.ini tox -edocs + - 'upload-review-docs'