e70f327a9e
Also update tests to have a minimal & full tests. Change-Id: Id2b57492c5cc43634df48deefb9eca00a3713b99 Co-Authored-By: Thanh Ha <thanh.ha@linuxfoundation.org> Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
33 lines
931 B
YAML
33 lines
931 B
YAML
triggers:
|
|
- monitor-files:
|
|
cron: '* * * * *'
|
|
files:
|
|
- path: 'path1'
|
|
strategy: 'IGNORE'
|
|
- path: 'path2'
|
|
check-content:
|
|
- simple: true
|
|
- jar: true
|
|
- tar: true
|
|
- zip: true
|
|
- source-manifest:
|
|
- all-keys: false
|
|
keys:
|
|
- key1
|
|
- key2
|
|
- jar-manifest:
|
|
- keys:
|
|
- key1
|
|
- key2
|
|
- properties:
|
|
- all-keys: false
|
|
keys:
|
|
- prop1
|
|
- prop2
|
|
- xml:
|
|
- 'xpath1'
|
|
- 'xpath2'
|
|
- text:
|
|
- 'regex1'
|
|
ignore-modificaton-date: false
|