UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 8ea9db47 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

added JENKINS_UC env to fix CrashLoopBackoff in pod init phase issue

parent e8a0becc
Pipeline #422277 passed with stages
in 23 minutes and 1 second
...@@ -10,6 +10,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -10,6 +10,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER root USER root
ENV JAVA_HOME /usr/lib/jvm/java ENV JAVA_HOME /usr/lib/jvm/java
ENV JENKINS_UC https://updates.jenkins.io
ARG user=jenkins ARG user=jenkins
ARG group=jenkins ARG group=jenkins
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment