Christoph Berg 6e835286f1 text-finder: support not-built-if-found
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
2019-10-10 14:50:59 +02:00

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