85494b34c5
Support for the following conditions - * Build cause * Day of week * Execution node * Files match * Numerical comparison * Regular expression match * Time * And * Or Change-Id: Ib65de726abf1dd4798d7dd451cd786c61c53742c
17 lines
462 B
YAML
17 lines
462 B
YAML
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"
|
|
|