Build status value
One answer
Comments
Hi Nick,
Thanks for your feedback. We don't use JUNIT and use processes the unit testing in ANT. Do you think this is possible with ANT tasks?
Unit test is an example. I could also decided that I can show warning for specific targets in ANT
How do you publish the test results currently? The Ant tasks for the 4 different unit test result formats we support all have the mayFailPattern attribute (but note that it's just a substring check, not actually pattern matching). The tasks are: junitLogPublisher, cppunitLogPublisher, mstestLogPublisher, and nunitLogPublisher.
1 vote
Right now we don't publish it yet but we wanted to use this. If we were to use junitLogPublisher could you please tell me how I could set these status?
Edit: Saw this https://jazz.net/forum/questions/73316/can-the-build-status-be-changed-manually
Also is this possible only for Testing? I mean is there a way for me to set this for specific ANT targets?
For the test results publishing, see the doc on the Ant task and its mayFailPattern parameter: