How does Jenkins Team Concert Plugin map Jenkins result values to RTC build status values?
When a build is requested from an RTC build definition which uses the Jenkins Team Concert Plugin to run a Jenkins job, what determines the build status reported for the RTC build result?
And is there any configurable option to change the default mapping behaviour (e.g. to cause Jenkins UNSTABLE result to be reported as an RTC WARNING status value)?
Jenkins javadoc for hudson.model.Result lists supported values as ABORTED, FAILURE, NOT_BUILT, SUCCESS & UNSTABLE. Which are different to values supported for status or buildStatusProperty in RTC (based on "Ant Attribute reference"): OK, INFO, WARNING & ERROR. So what is the mapping between them?
FYI: Our experience is as follows:
(The last case is different to what was reported in a 2008 post "How to view as a successful build an unstable jenkins job").
Thanks
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.