openbsd-ports/devel/hudson/files/hudson
ian 5e36a5714a Initial import of Hudson, a continuous integration (CI) server.
Hudson can run standalone (has own tiny web server) or in a
Java-capable web server or application server.
ok sthen@, kurt@ after considerable cluesticking (by them)
2008-07-25 00:05:31 +00:00

13 lines
225 B
Bash

#!/bin/ksh -f
JAVACMD=$(javaPathHelper -c hudson)
export JAVACMD
export HUDSON_HOME=/var/hudson
PORT=8000
echo Starting Hudson on port ${PORT} >&2
${JAVACMD} -jar ${TRUEPREFIX}/share/hudson/hudson.war --httpPort=${PORT}