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

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

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|https://jenkinsci.github.io/job-dsl-plugin/#path/javaposse.jobdsl.dsl.helpers.publisher.MavenPublisherContext.retryBuild-fixedDelay](int delay) * // Specifies an increasing delay between re-runs.[progressiveDelay|https://jenkinsci.github.io/job-dsl-plugin/#path/javaposse.jobdsl.dsl.helpers.publisher.MavenPublisherContext.retryBuild-progressiveDelay](int increment, int max) * // If set, reschedules the build also when the build is unstable.[rerunIfUnstable|https://jenkinsci.github.io/job-dsl-plugin/#path/javaposse.jobdsl.dsl.helpers.publisher.MavenPublisherContext.retryBuild-rerunIfUnstable](boolean rerunIfUnstable = true) * // Sets a retry limit.[retryLimit|https://jenkinsci.github.io/job-dsl-plugin/#path/javaposse.jobdsl.dsl.helpers.publisher.MavenPublisherContext.retryBuild-retryLimit](int retryLimit) }

       

      Support needed for below option

       

            jamietanna Jamie Tanna
            sunilkp Sunil
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: