Hi,

This is Tiger. I did a search on GoCD report and found your posts. My ask 
is very similar to Sujji's original posting. Are there features in GoCD 
that support Graph and Chart report presentation for displaying analysis 
reports for pipeline, for pipeline-group levels? Such as I want to show 
pipeline run history of pass/fail counts, durations, etc. 

Thanks,

Tiger


On Tuesday, October 14, 2014 at 2:58:16 PM UTC-7, Sujji wrote:

> Awesome. Thank you for the PR. 
>
> On Monday, 13 October 2014 07:40:56 UTC-5, srinivas upadhya wrote:
>>
>> Thanks for giving it a shot before release! Early feedback helps a lot.
>>
>> Now, we do not maintain 'duration' for pipeline. Thats because its 
>> difficult to get it right. Ex: Say there are 3 stages in pipeline. Now we 
>> add a new stage Or there was a manual stage that got triggered the computed 
>> duration would be wrong until we update it again.
>>
>> For getting total duration for stage - I just added "Job State 
>> Transitions" to Job History API in this PR 
>> <https://github.com/gocd/gocd/pull/650>. Its very performance intensive 
>> so im not sure it will be accepted. But if it does, you can use job history 
>> API for each job of a stage & use the latest state transition time among 
>> all jobs of a stage to be stage completion time. We already provide 
>> schedule time in stage history API. So 'completion - scheduled' will give 
>> you duration.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" 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/d/optout.

Reply via email to