summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristoph Berg <christoph.berg@credativ.de>2019-10-10 13:39:03 +0200
committerChristoph Berg <christoph.berg@credativ.de>2019-10-10 14:50:59 +0200
commit6e835286f198276de883370e0aa9a48d82ac33f2 (patch)
treedbef749f1e075ad7bac9722f1dcb412fe4b08122 /tests
parent84c114c0887248a79cd70619ab8e5229524f683c (diff)
downloadpython-jenkins-job-builder-6e835286f198276de883370e0aa9a48d82ac33f2.tar.gz
python-jenkins-job-builder-6e835286f198276de883370e0aa9a48d82ac33f2.tar.xz
python-jenkins-job-builder-6e835286f198276de883370e0aa9a48d82ac33f2.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/publishers/fixtures/text-finder001.xml1
-rw-r--r--tests/publishers/fixtures/text-finder001.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/text-finder001.xml b/tests/publishers/fixtures/text-finder001.xml
index 2144183f..cc704337 100644
--- a/tests/publishers/fixtures/text-finder001.xml
+++ b/tests/publishers/fixtures/text-finder001.xml
@@ -7,6 +7,7 @@
<alsoCheckConsoleOutput>true</alsoCheckConsoleOutput>
<succeedIfFound>false</succeedIfFound>
<unstableIfFound>false</unstableIfFound>
+ <notBuiltIfFound>false</notBuiltIfFound>
</hudson.plugins.textfinder.TextFinderPublisher>
</publishers>
</project>
diff --git a/tests/publishers/fixtures/text-finder001.yaml b/tests/publishers/fixtures/text-finder001.yaml
index 3bf42311..7dd93057 100644
--- a/tests/publishers/fixtures/text-finder001.yaml
+++ b/tests/publishers/fixtures/text-finder001.yaml
@@ -5,3 +5,4 @@ publishers:
also-check-console-output: true
succeed-if-found: false
unstable-if-found: false
+ not-built-if-found: false