AppFeed/templates/BinhexsRepository/binhex/jenkins.xml
2021-02-23 15:49:21 -05:00

67 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/jenkins.xml</TemplateURL>
<Name>binhex-jenkins</Name>
<Overview>
Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle. Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat.
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=45839.0</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-jenkins/</Registry>
<GitHub>https://github.com/binhex/arch-jenkins</GitHub>
<Repository>binhex/arch-jenkins</Repository>
<Project>https://jenkins-ci.org/</Project>
<BindTime>true</BindTime>
<Privileged>true</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8090</HostPort>
<ContainerPort>8090</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>4243</HostPort>
<ContainerPort>4243</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>JAVA_ARGS</Name>
<Value>-Xmx512m</Value>
</Variable>
<Variable>
<Name>JAVA_OPTS</Name>
<Value>-Dhudson.footerURL=http://mycompany.com</Value>
</Variable>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8090]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/jenkins-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<Description>Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle. Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/jenkins.xml</templatePath>
</Container>