Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46135

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 ?

       

            svanoort Sam Van Oort
            kiruahxh Kiruahxh
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: