X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;fp=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;h=7e04756e35d06fbbbd7de62bc62af4cc0d8302c4;hp=d8338ec4b48deefa4c20a04aea589a10405488cc;hb=4212ad75ae0cbb68ab3c6d220e5d04e0641672e6;hpb=c48e438f4f068770cf16b1bcbf7cac25c830b59b diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index d8338ec4..7e04756e 100644 --- a/jjb/ric-plt-a1/ric-plt-a1.yaml +++ b/jjb/ric-plt-a1/ric-plt-a1.yaml @@ -36,7 +36,7 @@ # do not trigger on changes in docs, releases gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: '^((?!docs/|?!releases/|\/COMMIT_MSG).)*$' + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: - master: branch: master @@ -56,7 +56,7 @@ # do not trigger on changes in docs, releases gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: '^((?!docs/|?!releases/|\/COMMIT_MSG).)*$' + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: # run verify on all branches # the ANT pattern is **/{branch}, we are exploiting that.