Skip to content

Commit 7790bab

Browse files
marmijodustymabe
authored andcommitted
utils: add new FCOS jenkins to protected jenkinses
We've moved the FCOS pipeline to a new cluster, so we need to update the list of protected jenkinses to mark this cluster as the official one.
1 parent 6ba2082 commit 7790bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.yaml.snakeyaml.Yaml
66

77
// map of Jenkins URL to (S3 bucket, S3 bucket builds key, hotfix allowed)
88
PROTECTED_JENKINSES = [
9-
'https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/':
9+
'https://jenkins-fedora-coreos-pipeline.apps.ocp-rdu3.fedoraproject.org/':
1010
['fcos-builds', 'prod/streams/${STREAM}', false],
1111
'https://jenkins-rhcos--devel-pipeline.apps.int.preprod-stable-spoke1-dc-iad2.itup.redhat.com/':
1212
['rhcos-ci', 'prod/streams/${STREAM}', true],

0 commit comments

Comments
 (0)