X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdocs%2Fdocs-rtd.yaml;h=66abc6133e6f6b270492d3508a3d44ec8410cc97;hb=c0581d7316b5b7d83a1bbf68b5df8666948c8a20;hp=51075e4d2d699d1687c63438e86fbb769202e273;hpb=12dddebb9ac20a9e4ba9ae72596d28052c4bf043;p=releng%2Fbuilder.git diff --git a/jjb/docs/docs-rtd.yaml b/jjb/docs/docs-rtd.yaml index 51075e4d2..66abc6133 100644 --- a/jjb/docs/docs-rtd.yaml +++ b/jjb/docs/docs-rtd.yaml @@ -5,15 +5,20 @@ - 'docs-verify-rtd-{stream}' stream: - - boron: + - carbon: branch: 'master' + - boron: + branch: 'stable/boron' + - beryllium: + branch: 'stable/beryllium' project: 'docs' rtdproject: 'opendaylight' + archive-artifacts: 'docs/_build/html/**' - job-template: name: 'docs-merge-rtd-{stream}' - node: dynamic_verify + node: centos7-java-builder-2c-8g project-type: freestyle @@ -21,17 +26,15 @@ daysToKeep: 14 parameters: - - project-parameter: - project: '{project}' - - gerrit-parameters: + - opendaylight-infra-parameters: project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' + - opendaylight-infra-wrappers: + build-timeout: '30' triggers: - gerrit: @@ -57,10 +60,12 @@ publishers: - email-notification: email-prefix: '[docs]' + - opendaylight-infra-shiplogs: + maven-version: '{mvn33}' - job-template: name: 'docs-verify-rtd-{stream}' - node: dynamic_verify + node: centos7-java-builder-2c-8g project-type: freestyle @@ -68,22 +73,19 @@ daysToKeep: 14 parameters: - - project-parameter: - project: '{project}' - - gerrit-parameters: + - opendaylight-infra-parameters: project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' scm: - git-scm-with-submodules: - credentials-id: '{ssh-credentials}' branch: '{branch}' wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - gerrit: @@ -126,3 +128,5 @@ publishers: - email-notification: email-prefix: '[docs]' + - opendaylight-infra-shiplogs: + maven-version: '{mvn33}'