diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-11-07 12:48:47 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-11-07 12:49:08 +0100 |
commit | 30441e0d17e493e9c5d840100254d73be29888be (patch) | |
tree | 6c17ec9cf2a26b45c84ecc6fc627960569d069d4 | |
parent | 9c92caa8b661f05767f8dbc0300c5d335015c89e (diff) |
Update clamp jobs
Update clamp jobs so that they build with openjdk-13
Issue-ID: CLAMP-327
Change-Id: Ib6332427a5bd5fb7627346890c33e07109acc069
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r-- | jjb/clamp/clamp.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index 418f0f2b3..2de26d0cb 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -34,6 +34,7 @@ - 'dublin': branch: 'dublin' mvn-settings: 'clamp-settings' + java-version: openjdk13 files: '**' archive-artifacts: '' build-node: ubuntu1604-docker-8c-8g @@ -51,6 +52,7 @@ mvn-settings: 'clamp-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + java-version: openjdk13 - project: name: clamp-clm @@ -64,6 +66,7 @@ mvn-settings: 'clamp-settings' build-node: ubuntu1604-docker-8c-8g build-timeout: 120 + java-version: openjdk13 - project: name: clamp-info |