6e835286f1
Added upstream June 2018 in https://github.com/jenkinsci/text-finder-plugin/pull/16 Released upstream with 1.11 in June 2019: https://wiki.jenkins.io/display/JENKINS/Text-finder+Plugin Change-Id: I28cf1425da98091ae0b19f450aea3fa5de6546c6
9 lines
214 B
YAML
9 lines
214 B
YAML
publishers:
|
|
- text-finder:
|
|
regexp: "some string"
|
|
fileset: "file.txt"
|
|
also-check-console-output: true
|
|
succeed-if-found: false
|
|
unstable-if-found: false
|
|
not-built-if-found: false
|