From e3301f14105c7137e568252543df35afb4c16ff5 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Thu, 28 Jul 2016 23:25:30 +0900 Subject: [PATCH] fix opnfv-docs job trigger (verify) All opnfv-docs jobs are not run, except yardstick, after [1] merged. This patch fixes the bug in the verify job definition. [1] https://gerrit.opnfv.org/gerrit/#/c/17479/ Change-Id: I9c0ac67d31f712d44030649aaec38b1c22fa3f67 Signed-off-by: Ryota MIBU --- jjb/opnfv/opnfv-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/opnfv/opnfv-docs.yml b/jjb/opnfv/opnfv-docs.yml index 0d83aea29..7eaa5f8ab 100644 --- a/jjb/opnfv/opnfv-docs.yml +++ b/jjb/opnfv/opnfv-docs.yml @@ -51,7 +51,7 @@ - comment-added-contains-event: comment-contains-value: 'reverify' projects: - - project-compare-type: 'ANT' + - project-compare-type: 'REG_EXP' project-pattern: '(?!yardstick)' branches: - branch-compare-type: 'ANT' @@ -59,7 +59,7 @@ file-paths: - compare-type: ANT pattern: 'docs/**' - - project-compare-type: 'ANT' + - project-compare-type: 'PLAIN' project-pattern: 'yardstick' branches: - branch-compare-type: 'ANT' -- 2.16.6