From f56e66973bbb61d444b514b19609ec3294a25cba Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Wed, 11 Dec 2019 16:38:23 -0800 Subject: [PATCH 1/1] Fix icn-daaas trigger paths This also renames the templates file to the blueprint level, and moves the project file into the correct directory. Issue: LF-Jira IT-18489 Change-Id: I40f480eebd2a5511fc7442a67b8e49d09ea9ad40 Signed-off-by: Eric Ball --- ...kraino-icn-daaas-templates.yaml => akraino-icn-templates.yaml} | 8 ++++---- jjb/{icn-daaas => icn}/icn-daaas.yaml | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename jjb/akraino-templates/{akraino-icn-daaas-templates.yaml => akraino-icn-templates.yaml} (95%) rename jjb/{icn-daaas => icn}/icn-daaas.yaml (100%) diff --git a/jjb/akraino-templates/akraino-icn-daaas-templates.yaml b/jjb/akraino-templates/akraino-icn-templates.yaml similarity index 95% rename from jjb/akraino-templates/akraino-icn-daaas-templates.yaml rename to jjb/akraino-templates/akraino-icn-templates.yaml index 61de6ca..9b2953c 100644 --- a/jjb/akraino-templates/akraino-icn-daaas-templates.yaml +++ b/jjb/akraino-templates/akraino-icn-templates.yaml @@ -94,8 +94,8 @@ - branch-compare-type: "ANT" branch-pattern: "**/{branch}" file-paths: - - compare-type: ANT - pattern: "**/{path}/*" + - compare-type: REG_EXP + pattern: ".*/?{path}/.*" disable-strict-forbidden-file-verification: "true" forbidden-file-paths: - compare-type: ANT @@ -124,8 +124,8 @@ - branch-compare-type: "ANT" branch-pattern: "**/{branch}" file-paths: - - compare-type: ANT - pattern: "**/{path}/*" + - compare-type: REG_EXP + pattern: ".*/?{path}/.*" disable-strict-forbidden-file-verification: "true" forbidden-file-paths: - compare-type: ANT diff --git a/jjb/icn-daaas/icn-daaas.yaml b/jjb/icn/icn-daaas.yaml similarity index 100% rename from jjb/icn-daaas/icn-daaas.yaml rename to jjb/icn/icn-daaas.yaml -- 2.16.6