-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-stage-view-plugin
-
None
Hello !
I have a parametrized pipeline job with stages that may take more or less time depending on parameters. Some stages can also be skipped.
I would like to be able to remove a build from the average build time statistics, with something like this :
Â
if (param.FastBuild) { Â Â Â plugin.stageView.useCurrentBuildInTimeMetrics = false }
Can you do something ?
Â
- blocks
-
JENKINS-43826 Exclude skipped stages from estimated duration calculation
-
- Open
-