summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-java.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-30 10:37:38 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-30 17:50:00 +0000
commitf5f2cccef751ef6f16a411cf9ef550e374002bbe (patch)
tree502c6a206852177798ca01c8693165aac3b04b1b /jjb/global-templates-java.yaml
parentc40348f7d4dad71bb2e8a765b77127ebe56afe06 (diff)
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r--jjb/global-templates-java.yaml4
1 files 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: