Hello World,
Instead of the textFinder I am using the Groovy postbuild plugin to check if some tests (hand written) failed. I try the following:

if (manager.logContains("FAILURES!")) {
  manager.buildUnstable()
}

That does not seem to work however. So my question: What text exactly does logContains check? It it the complete output I see on the console output or is it only part of that? Or did I just make a mistake in the logContains check?

TIA and best regards
    Andreas
--

Andreas Tscharner                             sternenfe...@gmail.com

Gordon's Law:
If you think you have the solution, the question was poorly phrased.

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ac57d57a-54e3-2c38-c415-729d31db6207%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to