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
This commit is contained in:
Somay Jain
2015-06-09 13:55:23 +05:30
parent ef5edc1839
commit 85494b34c5
23 changed files with 681 additions and 60 deletions

View File

@@ -0,0 +1,7 @@
builders:
- conditional-step:
condition-kind: day-of-week
day-selector: weekday
use-build-time: true
steps:
- shell: "sl"