Skip to content

Commit

Permalink
Changed JAVA_HOME to jdk-17 (#2656) (#2671)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
(cherry picked from commit 8ea246e)

Co-authored-by: Owais Kazi <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and owaiskazi19 authored Mar 30, 2022
1 parent 59e21c7 commit da378bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
docker {
label 'AL2-X64'
/* See
https://github.com/opensearch-project/opensearch-build/blob/main/docker/ci/dockerfiles/build.ubuntu18.opensearch.x64.dockerfile
https://hub.docker.com/layers/ci-runner/opensearchstaging/ci-runner/ci-runner-ubuntu1804-build-v1/images/sha256-2c7bb2780bc08cd4e7e3c382ac53db414754dabd52f9b70e1c7e344dfb9a0e5e?context=explore
for docker image
*/
image 'opensearchstaging/ci-runner:ci-runner-ubuntu1804-build-v1'
Expand All @@ -16,7 +16,7 @@ pipeline {
JAVA14_HOME="/opt/java/openjdk-14"
JAVA17_HOME="/opt/java/openjdk-17"
JAVA8_HOME="/opt/java/openjdk-8"
JAVA_HOME="/opt/java/openjdk-14"
JAVA_HOME="/opt/java/openjdk-17"
}

stages {
Expand Down

0 comments on commit da378bd

Please sign in to comment.