diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-13 13:09:04 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-13 13:33:05 -0700 |
commit | ded01d7fdd69ec20f828e11de936842d4f43413a (patch) | |
tree | 3d0087e0c3441a01fd9f941ddbb7486370f9efcc /jjb/policy/policy-engine.yaml | |
parent | b95d13f768644f8170c07de07362263ac1e18266 (diff) |
Add java-version for CLM projects
Add java-version parameter just for CLM jobs to
avoid other jobs from breaking by picking the wrong
configuration.
Issue-ID: CIMAN-65
Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/policy/policy-engine.yaml')
-rw-r--r-- | jjb/policy/policy-engine.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index 01219cb54..9f786d341 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -3,7 +3,8 @@ name: policy-engine project-name: 'policy-engine' jobs: - - gerrit-maven-clm + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily': |