svn commit: r1087979 - /ofbiz/trunk/startofbiz.sh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1087979 - /ofbiz/trunk/startofbiz.sh

jleroux@apache.org
Author: jleroux
Date: Sat Apr  2 08:54:44 2011
New Revision: 1087979

URL: http://svn.apache.org/viewvc?rev=1087979&view=rev
Log:
Allow To Run From Jenkins. See http://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller. Drawback: the calling Jenkins job does not terminate

Modified:
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?rev=1087979&r1=1087978&r2=1087979&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Sat Apr  2 08:54:44 2011
@@ -53,3 +53,5 @@ fi
 #$JAVA $VMARGS -jar ofbiz.jar $* >>$OFBIZ_LOG 2>>$OFBIZ_LOG&
 exec "$JAVA" $VMARGS -jar ofbiz.jar "$@"
 
+# Allow To Run From Jenkins. See http://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller. Drawback: the calling Jenkins job does not terminate
+#BUILD_ID=dontKillMe