From: Aric Gardner Date: Tue, 14 May 2019 19:17:17 +0000 (-0400) Subject: Change project comapre type to ANT X-Git-Tag: v0.38.0~10 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F15673%2F1;p=releng%2Fglobal-jjb.git Change project comapre type to ANT REG_EXP was the wrong compare type Saw this in the logs: Exception caught for project info-vote and pattern *, message: Dangling meta character '*' near index 0 Signed-off-by: Aric Gardner Change-Id: I69bdda475ad85ee7aefafc559f25bdaf22a84ec3 --- diff --git a/jjb/lf-info-vote.yaml b/jjb/lf-info-vote.yaml index 57dc63b6..24c7c11e 100644 --- a/jjb/lf-info-vote.yaml +++ b/jjb/lf-info-vote.yaml @@ -94,7 +94,7 @@ server-name: '{gerrit-server-name}' trigger-on: '{obj:gerrit_verify_triggers}' projects: - - project-compare-type: 'REG_EXP' + - project-compare-type: 'ANT' project-pattern: '**' branches: - branch-compare-type: 'ANT'