History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1399
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Critical Critical
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Add type of step into build step XML REST request output

Created: 04/Oct/12 08:20 AM   Updated: 27/Dec/12 10:05 AM
Component/s: None
Affects Version/s: 4.0.59
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Now:

<?xml version="1.0" encoding="UTF-8"?>
<com.pmease.quickbuild.model.Build>
    ...
    <entry>
      <string>master&gt;publish&gt;publish-integrationtests&gt;publish-report-tests-integration</string>
      <com.pmease.quickbuild.stepsupport.StepRuntime>
        <status>FAILED</status>
        <nodeAddress>B-W3-64-FF-1:8811</nodeAddress>
        <errorMessage>Found failed tests in JUnit report.</errorMessage>
        <duration>3094</duration>
      </com.pmease.quickbuild.stepsupport.StepRuntime>
    </entry>
...

There should be an attribute in StepRuntime element (or maybe a sub-element) that says type="JUnit Report" (in this case).

 All   Comments   Work Log   Change History      Sort Order: