homeserver/Archiv/jenkins/geerlingguy.jenkins/templates/proxy.xml

7 lines
239 B
XML
Raw Normal View History

2021-01-21 09:07:19 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<proxy>
<name>{{ jenkins_proxy_host }}</name>
<port>{{ jenkins_proxy_port}}</port>
<noProxyHost>{{ jenkins_proxy_noproxy | join(',') }}</noProxyHost>
<secretPassword></secretPassword>
</proxy>