summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/conditional-step-files-match.yaml
blob: f3faef586d23fc22680555299992ed94dab22746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
builders:
      - conditional-step:
          condition-kind: files-match
          include-pattern:
              - "inc_pattern1"
              - "inc_pattern2"
          exclude-pattern:
              - "exc_pattern1"
              - "exc_pattern2"
          condition-basedir: "jenkins-home"
          steps:
              - shell: "sl"