Re: Jenkins not correctly executing Maven task starting forked jetty.

2015-07-07 Thread yogesh khandelwal
I am facing the same problem with jeninks and jetty org.mortbay maven plugin. while starting jetty using run-forked, it's getting hung in jenkins. Any solution will be appricaited. I tried the scripts workaround but it didnot work for me. On Tuesday, November 6, 2012 at 8:49:23 PM UTC+5:30,

Re: Jenkins not correctly executing Maven task starting forked jetty.

2012-11-07 Thread Thomas Peeters
No suggestions at all? On Tuesday, November 6, 2012 4:19:23 PM UTC+1, Thomas Peeters wrote: Jenkins version: 1.461 http://jenkins-ci.org/ We are attempting to start a Jetty server in forked mode at the end of a build pipeline. It all works, except for the forking part, that doesn't

Re: Jenkins not correctly executing Maven task starting forked jetty.

2012-11-07 Thread Thomas Peeters
Well.. The process is already in deamon mode, and a switch called waitForChild in the Jetty configuration is set to false, so it is an independent process. Without those two the Maven job would already be either held by the jetty server or would start and stop as soon as the job is finished.

Jenkins not correctly executing Maven task starting forked jetty.

2012-11-06 Thread Thomas Peeters
Jenkins version: 1.461 http://jenkins-ci.org/ We are attempting to start a Jetty server in forked mode at the end of a build pipeline. It all works, except for the forking part, that doesn't seem to work eventhough a non-forked attempt does work. Even executing the exact same Maven command