Skip to content

Commit ddadc03

Browse files
marmijoaaradhak
authored andcommitted
manifests/jenkins-s2i: specify mirror for Jenkins plugins download
The new ITUP cluster for the RHCOS pipeline requires all connections to be specified in a FirewallEgress file. Let's use the environment variable `JENKINS_UC_DOWNLOAD`[1] to ensure the Jenkins plugins are always downloaded from 'https://archives.jenkins.io' [1]: https://github.com/openshift/jenkins/blob/ffc5df9d865e0c60947477a1ff7d354d1d618daf/2/contrib/jenkins/install-plugins.sh#L248 Co-authored-by: Aashish Radhakrishnan <[email protected]>
1 parent e20dbca commit ddadc03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/jenkins-s2i.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ objects:
7272
kind: ImageStreamTag
7373
name: ${JENKINS_S2I_SRC_IMAGESTREAM_NAME}
7474
namespace: ${JENKINS_S2I_SRC_IMAGESTREAM_NAMESPACE}
75+
env:
76+
- name: JENKINS_UC_DOWNLOAD
77+
value: 'https://archives.jenkins.io'
7578
forcePull: true
7679
output:
7780
to:

0 commit comments

Comments
 (0)