Files
winsw/samples/jenkins.xml
Next Turn 87e7bf2b6b Revise docs for 3.0.0-alpha.7 (#731)
* Revise docs for 3.0.0-alpha.7

* Merge the installation guide into the homepage

* Fix header levels

* Add Jenkins sample

* Strip common file name prefix
2020-12-24 03:12:15 +08:00

11 lines
362 B
XML

<service>
<id>jenkins</id>
<name>Jenkins</name>
<description>This service runs Jenkins continuous integration system.</description>
<env name="JENKINS_HOME" value="%BASE%" />
<executable>java</executable>
<arguments>-Xrs -Xmx256m -jar "%BASE%\jenkins.war" --httpPort=8080</arguments>
<log mode="roll" />
<onfailure action="restart" />
</service>