Skip to content

Commit faf112d

Browse files
committed
utils: revert to the main URL for prod FCOS jenkins
The Fedora datacenter move is complete now so we can use the main URL again.
1 parent 9ba0963 commit faf112d

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-rdu3.fedoraproject.org/':
9+
'https://jenkins-fedora-coreos-pipeline.apps.ocp.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)