retryBuild from naginator plugin doesnt have the rerun build option for regular expression match in DSL 

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Hi ,

      retryBuild from naginator plugin doesnt have the rerun build option for regular expression match in DSL 

      Using Job DSL 1.77, Jenkins 2.277.2

      DSL has support for only below and no option for regular expression match

      retryBuild {

      • // Specifies a fixed delay between re-runs.fixedDelay(int delay)

      • // Specifies an increasing delay between re-runs.progressiveDelay(int increment, int max)

      • // If set, reschedules the build also when the build is unstable.rerunIfUnstable(boolean rerunIfUnstable = true)

      • // Sets a retry limit.retryLimit(int retryLimit)
        }

       

      Support needed for below option

       

            Assignee:
            Jamie Tanna
            Reporter:
            Sunil
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: