From f5f2cccef751ef6f16a411cf9ef550e374002bbe Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 30 Mar 2018 10:37:38 -0700 Subject: Fix files param for profile jobs verify-profile and verify-merge jobs should use the files parameter properly from the jjb templates and not default to use **. Change-Id: Ie62b832fb8abe292e72c51bb79c8b9d1919efca2 Issue-ID: CIMAN-152 Signed-off-by: Jessica Wagantall --- jjb/global-templates-java.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 171fdb191..2c4e1fe9c 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -229,7 +229,7 @@ server: '{server-name}' project: '{project}' branch: '{branch}' - files: '**' + files: '{files}' builders: - provide-maven-settings: @@ -1032,7 +1032,7 @@ server: '{server-name}' project: '{project}' branch: '{branch}' - files: '**' + files: '{files}' builders: - provide-maven-settings: -- cgit 1.2.3-korg