diff options
author | 2017-01-02 09:17:56 +0100 | |
---|---|---|
committer | 2017-01-04 14:12:23 +0100 | |
commit | f1151a3af0a4c957d6bf2af0e01844336fcf80a8 (patch) | |
tree | d0af81d3b804e71817d43a4b53c62c9eeb9b3633 /jjb | |
parent | 2385547cbfb8a9ac72efe293c73fc9dbe0228c9b (diff) |
CSIT-474: CSIT documentation auto generation
- add jenkins jobs (verify and merge) to generate and
upload CSIT documentation
Change-Id: I2b28dc85cc04cbd78486713bfb26eecdefbc7e55
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index e3fdbe8a9..99d46a3e8 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -646,8 +646,8 @@ scm: - gerrit-trigger-scm: credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + refspec: '' + choosing-strategy: 'default' wrappers: - fdio-infra-wrappers: @@ -657,12 +657,19 @@ triggers: - reverse: - jobs: 'csit-vpp-verify-master-weekly' + jobs: 'csit-vpp-verify-{stream}-weekly' result: 'success' - gerrit: + server-name: 'Primary' trigger-on: - comment-added-contains-event: comment-contains-value: 'run-docs' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' skip-vote: successful: true failed: true |