c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
20 lines
631 B
YAML
20 lines
631 B
YAML
builders:
|
|
- conditional-step:
|
|
condition-kind: or
|
|
condition-operands:
|
|
- condition-kind: num-comp
|
|
lhs: "2 + 5"
|
|
rhs: "1 + 6"
|
|
comparator: equal
|
|
condition-basedir: "jenkins-home"
|
|
- condition-kind: files-match
|
|
include-pattern:
|
|
- "inc_pattern1"
|
|
- "inc_pattern2"
|
|
exclude-pattern:
|
|
- "exc_pattern1"
|
|
- "exc_pattern2"
|
|
condition-basedir: "jenkins-home"
|
|
steps:
|
|
- shell: "sl"
|