When condition for Branch build with comparator

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

XMLWordPrintable

    • 1.4.0

      https://issues.jenkins-ci.org/browse/JENKINS-48523  added support to the tag when condition with the comparator. 

      At the moment, the branch when condition does support GLOB, but no REGEXP patterns. Let's standardize the branch condition format as done with the tag condition.

      when {
          branch "release-*"
      }
      when {
          branch pattern: "release-*", comparator: "GLOB"
      } 
      when {
          branch pattern: "release-\\d+", comparator: "REGEXP"
      } 

            Assignee:
            Victor Martinez
            Reporter:
            Victor Martinez
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: