|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
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.

I can reproduce the failure as often as you like. Just tell me what you want me exactly to do.
Here is what I tried today:
Here is the result as seen on the build console view:
...
Build step 'Ant aufrufen' marked build as failure
Sending e-mails to: [email protected]
CIFS: Current build result is [FAILURE], not going to run.
Finished: FAILURE
...
As you can see, Ant is cancelled due to the logout. So I assume that the jenkins client is itself running with -Xrs but possibly starts another Java process to run Ant, but does not supply -Xrs THERE?
Regards
-Markus