Skip to content

Commit 0bded9b

Browse files
committed
utils: update URLs in protected jenkins list
Add the new prod jenkins URL and update the namespace of the devel jenkins in the ITUP cluster. Also, remove the old devel jenkins URL as we are now fully ready to use the one in the ITUP cluster.
1 parent 99772cd commit 0bded9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import org.yaml.snakeyaml.Yaml
88
PROTECTED_JENKINSES = [
99
'https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/':
1010
['fcos-builds', 'prod/streams/${STREAM}', false],
11-
'https://jenkins-rhcos-devel.apps.ocp-virt.prod.psi.redhat.com/':
12-
['rhcos-ci', 'prod/streams/${STREAM}', true],
13-
'https://jenkins-rhcos--runtime-int.apps.int.preprod-stable-spoke1-dc-iad2.itup.redhat.com/':
11+
'https://jenkins-rhcos--devel-pipeline.apps.int.preprod-stable-spoke1-dc-iad2.itup.redhat.com/':
1412
['rhcos-ci', 'prod/streams/${STREAM}', true],
1513
'https://jenkins-rhcos.apps.ocp-virt.prod.psi.redhat.com/':
14+
['art-rhcos-ci', 'prod/streams/${STREAM}', true],
15+
'https://jenkins-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com/':
1616
['art-rhcos-ci', 'prod/streams/${STREAM}', true]
1717
]
1818

0 commit comments

Comments
 (0)