hmm... did you have the & after the nohup ./startMethodServer.sh
does it start and then stop the server, or does the job just hang? try putting just this in the Execute Shell build step: #! /bin/bash export BUILD_ID=dontKillMe cd /opt/app/documentum/share/jboss4.3.0/server nohup ./startMethodServer.sh & I have just noticed, you might be better asking the question to * [email protected]* List details on the following page http://jenkins-ci.org/content/mailing-lists On Fri, May 10, 2013 at 1:46 PM, tushanka <[email protected]> wrote: > Dear Geoff , > > Thanks a lot for your reply. > I added this above the script and tried ...got same error > between the script ...got same error > and after the script ...got same error > > cd /opt/app/documentum/share/jboss4.3.0/server > nohup ./startMethodServer.sh > > > i dnt have any idea how to proceed. > > > > -- > View this message in context: > http://jenkins.361315.n4.nabble.com/JMS-Restart-tp4665741p4665857.html > Sent from the Jenkins issues mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Issues" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
