Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjii79 committed Dec 13, 2023
1 parent c3f6c13 commit b4caf7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import ai.h2o.ci.Utils

JAVA_IMAGE = 'eclipse-temurin@sha256:24643c2dd329ef482ecd042b59cbfb7fe13716342e22674a0abd763559c8a1dd'
JAVA_8_IMAGE = 'harbor.h2o.ai/dockerhub-proxy/library/openjdk:8u222-jdk-slim'
NODE_LABEL = 'docker'
DOCKERHUB_CREDS = 'dockerhub'
HARBOR_URL = "http://harbor.h2o.ai/"
Expand Down Expand Up @@ -91,9 +92,9 @@ pipeline {
// Run inside JAVA_IMAGE container on NODE_LABEL host.
agent {
docker {
//registryCredentialsId HARBOR_CREDS
//registryUrl HARBOR_URL
image JAVA_IMAGE
registryCredentialsId HARBOR_CREDS
registryUrl HARBOR_URL
image JAVA_8_IMAGE
label NODE_LABEL
}
}
Expand Down

0 comments on commit b4caf7f

Please sign in to comment.