Exclude builds from estimated duration calculation

XMLWordPrintable

      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 ?

       

            Assignee:
            Unassigned
            Reporter:
            Kiruahxh
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: