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

When condition for Branch build with comparator

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"
      } 

            v2v Victor Martinez
            v2v Victor Martinez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: