diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-23 23:54:08 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-24 00:03:55 +0200 |
commit | 38953ce4c767428270ae41ad968b774b5c145dc3 (patch) | |
tree | d36091e627327cd01cb59ada306b66b84b1395a5 /src | |
parent | 7594665262f35f73315104d6ac40ee2256da4755 (diff) | |
download | app.sh-apps-jenkins-38953ce4c767428270ae41ad968b774b5c145dc3.tar.gz app.sh-apps-jenkins-38953ce4c767428270ae41ad968b774b5c145dc3.tar.bz2 app.sh-apps-jenkins-38953ce4c767428270ae41ad968b774b5c145dc3.tar.xz app.sh-apps-jenkins-38953ce4c767428270ae41ad968b774b5c145dc3.zip |
o Preparing for deployment to central.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/unix/files/root/etc/app.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/unix/files/root/etc/app.conf b/src/main/unix/files/root/etc/app.conf index 9dfa29b..0212a32 100644 --- a/src/main/unix/files/root/etc/app.conf +++ b/src/main/unix/files/root/etc/app.conf @@ -1 +1,7 @@ app.bin=bin/jenkins + +# Properties named jenkins.* are passed to the JVM. Run +# +# java -jar jenkins/default/current/wars/jenkins.war --help +# +# to see the full list of available options. |