fix opnfv-docs job trigger 99/17699/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 28 Jul 2016 10:36:14 +0000 (19:36 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 28 Jul 2016 10:38:11 +0000 (19:38 +0900)
All opnfv-docs jobs are not run, except yardstick, after [1] merged.
This patch fixes bug in the job definition.

[1] https://gerrit.opnfv.org/gerrit/#/c/17479/

Change-Id: I75c1fac52a5a87a659fe0417f5da046b73a53b20
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/opnfv/opnfv-docs.yml

index 0c11757..0d83aea 100644 (file)
@@ -94,7 +94,7 @@
                 - comment-added-contains-event:
                     comment-contains-value: 'remerge'
             projects:
-              - project-compare-type: 'ANT'
+              - project-compare-type: 'REG_EXP'
                 project-pattern: '(?!yardstick)'
                 branches:
                   - branch-compare-type: 'ANT'
                 file-paths:
                   - compare-type: ANT
                     pattern: 'docs/**'
-              - project-compare-type: 'ANT'
+              - project-compare-type: 'PLAIN'
                 project-pattern: 'yardstick'
                 branches:
                   - branch-compare-type: 'ANT'