diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-07-31 16:50:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-31 16:50:48 +0000 |
commit | d90ed526616daffe659af6d869ba0d068423b70d (patch) | |
tree | d5417de443fce529449e7e3f29475cc8165b08e1 /jjb | |
parent | 31936619cbe60d270db7aaeec06d77a7040ed009 (diff) | |
parent | 0424e799c8fff1c82558432fba403097b9890946 (diff) |
Merge "Upgrade java version from 8 to 11"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/so/so-csit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/so/so-csit.yaml b/jjb/so/so-csit.yaml index d976f855c..ca4d1a346 100644 --- a/jjb/so/so-csit.yaml +++ b/jjb/so/so-csit.yaml @@ -1,6 +1,7 @@ --- - project: name: so-csit + java-version: openjdk11 jobs: - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' |