-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_jenkins_location_configuration_xml doesn't get the right route #1826
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Hi,
The function create_jenkins_location_configuration_xml doesn't get the right route as
if [[ $( oc get routes -o json | jq -c -r '.items[0].spec.tls') == "null" ]]; then
doesn't filter for the jenkins service name. The first route in my list of routes starts with http://. This leads to http:// being used, instead of the https:// I configured in my jenkins route.
Best regards,
Robert
The text was updated successfully, but these errors were encountered: