We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0963 commit faf112dCopy full SHA for faf112d
utils.groovy
@@ -6,7 +6,7 @@ import org.yaml.snakeyaml.Yaml
6
7
// map of Jenkins URL to (S3 bucket, S3 bucket builds key, hotfix allowed)
8
PROTECTED_JENKINSES = [
9
- 'https://jenkins-fedora-coreos-pipeline.apps.ocp-rdu3.fedoraproject.org/':
+ 'https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/':
10
['fcos-builds', 'prod/streams/${STREAM}', false],
11
'https://jenkins-rhcos--devel-pipeline.apps.int.preprod-stable-spoke1-dc-iad2.itup.redhat.com/':
12
['rhcos-ci', 'prod/streams/${STREAM}', true],
0 commit comments