Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

groovy script alternative for Hygieia publisher plugin for Jenkins (Independent Contribution)

Notifications You must be signed in to change notification settings

hygieia/hygieia-jenkins-publisher-groovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Due to lack of activity, this repo is currently not being supported and is archived as of 07/12/22. Please note since archival, the project is not maintained and will be available in a read-only state. Please reach out to hygieia2@capitalone.com should you have any questions.

hygieia-jenkins-publisher-groovy

groovy script alternative for Hygieia publisher plugin for Jenkins (Independent Contribution)

Issue : stageDurations object contain extra timestamps (durations) due to which the average time of stages are not correct or the value is too high.

Resolution: Added restriction to add timeInCurrentStage duration only if next stage doesn’t have any commits. Otherwise, the stage duration object will have additional values – time taken by commits to move to next stage + the age of the commit (time spent by commit in particular stage).

The fix should resolve some open issues (closed without resolution): hygieia/hygieia#1875 https://github.com/Hygieia/Hygieia/issues/2480 hygieia/hygieia#1298

  • Added alternative feature for hygieia jenkins plugin to post deployment metrics

  • Added ReadMe hygieiajenkinspluginAlt file

  • Added ReadMe hygieiajenkinspluginAlt file

About

groovy script alternative for Hygieia publisher plugin for Jenkins (Independent Contribution)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages