e8606a02d9
Zuul can now provide links to the status page if a url for that page is included in the zuul configuration. Add the status_url option to the zuul config erb and default it to https://$fqdn/zuul/status. Change-Id: I160a4e1cd71a13981cb171c71a923cc1af753a80 Reviewed-on: https://review.openstack.org/13859 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
[jenkins]
|
|
server=<%= jenkins_server %>
|
|
user=<%= jenkins_user %>
|
|
apikey=<%= jenkins_apikey %>
|
|
|
|
[gerrit]
|
|
server=<%= gerrit_server %>
|
|
user=<%= gerrit_user %>
|
|
sshkey=/var/lib/jenkins/.ssh/id_rsa
|
|
|
|
[zuul]
|
|
layout_config=/etc/zuul/layout.yaml
|
|
log_config=/etc/zuul/logging.conf
|
|
state_dir=/var/lib/zuul
|
|
git_dir=/var/lib/zuul/git
|
|
push_change_refs=true
|
|
url_pattern=<%= url_pattern %>
|
|
status_url=<%= status_url %>
|