Skip to content

Commit e20dbca

Browse files
marmijoaaradhak
authored andcommitted
utils: add new ITUP devel Jenkins instance to protected Jenkins list
We are migrating the RHCOS prod and devel pipelines to a new ITUP cluster. Add the devel Jenkins instance to the list of protected Jenkins instances so we can use the s3 bucket in this new cluster. Co-authored-by: Aashish Radhakrishnan <[email protected]>
1 parent 8336b8e commit e20dbca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ PROTECTED_JENKINSES = [
1010
['fcos-builds', 'prod/streams/${STREAM}', false],
1111
'https://jenkins-rhcos-devel.apps.ocp-virt.prod.psi.redhat.com/':
1212
['rhcos-ci', 'prod/streams/${STREAM}', true],
13+
'https://jenkins-rhcos--runtime-int.apps.int.preprod-stable-spoke1-dc-iad2.itup.redhat.com/':
14+
['rhcos-ci', 'prod/streams/${STREAM}', true],
1315
'https://jenkins-rhcos.apps.ocp-virt.prod.psi.redhat.com/':
1416
['art-rhcos-ci', 'prod/streams/${STREAM}', true]
1517
]

0 commit comments

Comments
 (0)