X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdocs%2Fdocs-rtd.yaml;h=66abc6133e6f6b270492d3508a3d44ec8410cc97;hb=c0581d7316b5b7d83a1bbf68b5df8666948c8a20;hp=01554ad078f08d92d62a1e7f4d471ec99dfa802a;hpb=7fb93073302d6cbca102be65df93644c4a42995c;p=releng%2Fbuilder.git diff --git a/jjb/docs/docs-rtd.yaml b/jjb/docs/docs-rtd.yaml index 01554ad07..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,20 +26,19 @@ 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: + server-name: 'OpenDaylight' trigger-on: - change-merged-event - comment-added-contains-event: @@ -56,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 @@ -67,25 +73,23 @@ 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: + server-name: 'OpenDaylight' trigger-on: - patchset-created-event: exclude-drafts: 'true' @@ -103,6 +107,7 @@ file-paths: - compare-type: ANT pattern: docs/** + - timed: 'H H * * *' builders: - shell: | @@ -123,3 +128,5 @@ publishers: - email-notification: email-prefix: '[docs]' + - opendaylight-infra-shiplogs: + maven-version: '{mvn33}'