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
10 lines
209 B
YAML
10 lines
209 B
YAML
builders:
|
|
- conditional-step:
|
|
condition-kind: time
|
|
earliest-hour: "4"
|
|
earliest-min: "15"
|
|
latest-hour: "20"
|
|
latest-min: "30"
|
|
steps:
|
|
- shell: "sl"
|