How to view as a successful build an unstable jenkins job?
Hi,
I'm using jenkins integration (Team Concert Plugin) to integrate with RTC. I generally launch builds trough RTC and get the results from jenkins. I've noticed that unstable jobs (successful compilations but with errors in unit test) are marked in RTC as failed. In Jenkins there are 3 different result type(Success, Failed, Unstable) while in RTC there are only success or failed. Is possible to configure returns in order to decide if an unstable job has to be managed as success or failure?
Thanks,
Michele.
Accepted answer
One other answer
When builds are launched from RTC it looks like it translates Success to OK and everything else to Error. When builds are launched from the Team Concert plugin, it translates Success to OK, Unstable to Warning and everything else to Error. You should raise a work item against RTC for what you want. I think RTC should be consistent with the plugin.