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

Exclude builds from estimated duration calculation

      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 ?

       

          [JENKINS-46135] Exclude builds from estimated duration calculation

          Kiruahxh created issue -
          Kiruahxh made changes -
          Link New: This issue blocks JENKINS-43826 [ JENKINS-43826 ]
          Mark Waite made changes -
          Assignee Original: Sam Van Oort [ svanoort ]

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

              Created:
              Updated: