-
Improvement
-
Resolution: Unresolved
-
Minor
-
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