fabric8-services / fabric8-tenant-jenkins

Generates Jenkins tenant namespace YAML
Apache License 2.0
2 stars 14 forks source link

Fix for Jenkins log URL in OpenShift console #64

Closed hrishin closed 6 years ago

hrishin commented 6 years ago

By default, the Jenkins base URL for the build log is determined via the OpenShift route of the Jenkins service. With the introduction of Jenkins proxy/idler, we have to update log base URL with Jenkins proxy one. To override and configure this base URL, an environment variable JENKINS_ROOT_URL can be set through openshift deployment-config yaml

Fix for: https://github.com/fabric8io/jenkins-sync-plugin/issues/11