-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: other
After I "execute shell" a command that holds for key press the jenkins terminate it.
The command that I'm using is "atlas-mvn -B jira:run &" and I have started the jenkins with "java -Dhudson.util.ProcessTreeKiller.disable=true -jar hudson.war" and seted the envvar "BUILD_ID=dontKillMe"
The log that I get is that:
...
[INFO] [talledLocalContainer] INFO: Server startup in 114440 ms
[INFO] [talledLocalContainer] Tomcat 7.x started on port [2990]
[INFO] jira started successfully in 165s at http://e2a7d7ee21bc:2990/jira
[INFO] Type Ctrl-D to shutdown gracefully
[INFO] Type Ctrl-C to exit
[INFO] jira: Shutting down
[INFO] using codehaus cargo v1.4.7
[INFO] [talledLocalContainer] Tomcat 7.x is stopping...
...