1
0
Fork 0
This repository has been archived on 2023-11-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ansible-jenkins-php-v1/roles/jenkins-php-v1/templates/jenkins.model.JenkinsLocationConfiguration.xml.j2

5 lines
297 B
Text
Raw Normal View History

2020-01-17 23:35:15 +01:00
<?xml version='1.1' encoding='UTF-8'?>
<jenkins.model.JenkinsLocationConfiguration>
2020-01-18 01:04:37 +01:00
<adminAddress>{{ jenkins_admin_email }}</adminAddress>
<jenkinsUrl>{{ nginx_vhost_ssl | ternary('https', 'http') }}://{{ nginx_vhost_main_hostname }}/</jenkinsUrl>
2020-01-17 23:35:15 +01:00
</jenkins.model.JenkinsLocationConfiguration>