diff options
author | 2018-03-30 10:37:38 -0700 | |
---|---|---|
committer | 2018-03-30 17:50:00 +0000 | |
commit | f5f2cccef751ef6f16a411cf9ef550e374002bbe (patch) | |
tree | 502c6a206852177798ca01c8693165aac3b04b1b /jjb | |
parent | c40348f7d4dad71bb2e8a765b77127ebe56afe06 (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')
-rw-r--r-- | jjb/global-templates-java.yaml | 4 |
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: |