jenkins-job-builder/tests/builders/fixtures/conditional-step-day-of-week002.yaml
Somay Jain 85494b34c5 Support for more conditions type in conditions-buildstep plugin
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
2015-07-13 23:35:24 +05:30

10 lines
210 B
YAML

builders:
- conditional-step:
condition-kind: day-of-week
day-selector: select-days
days:
SUN: true
use-build-time: true
steps:
- shell: "sl"