diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-09-20 23:59:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-09-20 23:59:06 +0000 |
commit | b2fce9be284ef660f0010efbb98a40fbed735ae3 (patch) | |
tree | 41e9e927f500518cf9828531584b71103526ff71 /jjb/nsh_sfc | |
parent | ca510575f6421baa4240fc26c23d881fab2188df (diff) | |
parent | db45d906caf0cdbdd8435a42ffba1e28c27707fd (diff) |
Merge "Add a nsh_sfc-verify-docs-{stream} job to verify docs build."
Diffstat (limited to 'jjb/nsh_sfc')
-rw-r--r-- | jjb/nsh_sfc/nsh_sfc.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/jjb/nsh_sfc/nsh_sfc.yaml b/jjb/nsh_sfc/nsh_sfc.yaml index e811b726c..eb800088d 100644 --- a/jjb/nsh_sfc/nsh_sfc.yaml +++ b/jjb/nsh_sfc/nsh_sfc.yaml @@ -5,6 +5,7 @@ - 'nsh_sfc-merge-{stream}-{os}' - 'nsh_sfc-integration-{stream}-{os}' - 'nsh_sfc-verify-image-{stream}-{os}' + - 'nsh_sfc-verify-docs-{stream}' - 'nsh_sfc-merge-docs-{stream}' project: 'nsh_sfc' @@ -285,6 +286,60 @@ - include-raw-nsh_sfc-pkg-push.sh - job-template: + name: 'nsh_sfc-verify-docs-{stream}' + + project-type: freestyle + node: 'verify-ubuntu1604' + concurrent: true + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - os-parameter: + os: 'ubuntu1604' + + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + choosing-strategy: 'default' + + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + + builders: + - maven-target: + maven-version: '{mvn33}' + goals: '--version' + settings: 'vpp-settings' + settings-type: cfp + global-settings: 'global-settings' + global-settings-type: cfp + - provide-maven-settings: + settings-file: 'vpp-settings' + global-settings-file: 'global-settings' + - shell: + !include-raw-escape: include-raw-nsh_sfc-docs.sh + + + + +- job-template: name: 'nsh_sfc-merge-docs-{stream}' project-type: freestyle |