Skip to content

Adds documentation for JENKINS_UC_INSECURE variable #15258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions using_images/other_images/jenkins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ The default maven agent pod uses `docker.io/openshift/jenkins-agent-maven-35-cen
the CentOS or RHEL version of the Jenkins image. This variable must be set before Jenkins starts
the first time for it to have an effect.

* `JENKINS_UC_INSECURE`
+
Determines whether Jenkins plugins downloads are allowed if the Jenkins Update Center repository
uses an invalid SSL certificate. This could be the case if a self hosted repository
using self-signed certificate with an unknown CA is used or if an enteprise proxy
performs man-in-the-middle interceptions. This variable applies to plug-in downloads, which may
occur during a Jenkins image build or if an extension of the Jenkins image is built. It is
also applied when you run the Jenkins image and use one of the options to download additional
plug-ins, including S2I with plugins.txt or the INSTALL_PLUGINS environment variable.
Set to true to enable this variable.

[[jenkins-cross-project-access]]
=== Cross Project Access
Expand Down