Fix files param for profile jobs 93/40393/3
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 30 Mar 2018 17:37:38 +0000 (10:37 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 30 Mar 2018 17:50:00 +0000 (17:50 +0000)
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 <jwagantall@linuxfoundation.org>
jjb/global-templates-java.yaml

index 171fdb1..2c4e1fe 100644 (file)
           server: '{server-name}'
           project: '{project}'
           branch: '{branch}'
-          files: '**'
+          files: '{files}'
 
     builders:
       - provide-maven-settings:
           server: '{server-name}'
           project: '{project}'
           branch: '{branch}'
-          files: '**'
+          files: '{files}'
 
     builders:
       - provide-maven-settings: