-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
devex docs #252 Jan 23-Feb 12, devex docs #253 Feb 12-Mar 4
-
2
This must be done POST GA.
Do this task in one PR, merging to Main branch, and ping one of Kathryn Alexander, Aidan Reilly, Gaurav Nelson, Srivaralakshmi Ramani, Mikhail (Misha) Ramendik, or Gabriel McGoldrick in the PR to ask them to review and merge. This can break the build so it must be reviewed.
Task: Update 01-commercial.conf
- redirect builds latest to 1.0
RewriteRule ^builds/?$ /builds/latest [R=302]
RewriteRule ^builds/latest/?(.*)$ /builds/1.0/$1 [NE,R=302]
# redirect top-level without filespec to the about file
RewriteRule ^builds/(1\.0)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
# Builds using Shipwright landing page
RewriteRule ^container-platform/(4\.14)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]