summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/conditional-step-multiple-steps-and.yaml
blob: a9173ec23814fdcbf927c689c2526ec08d470c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
builders:
      - conditional-step:
          condition-kind: and
          condition-operands:
              - condition-kind: regex-match
                regex: "*abc*"
                label: "dabcddabc"
              - condition-kind: time
                earliest-hour: "2"
                earliest-min: "0"
                latest-hour: "23"
                latest-min: "40"
                use-build-time: true
          steps:
              - shell: "sl"
              - shell: "ls"