-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.606
Warnings Plugin 4.47
Static Analysis Utilities Plugin 1.71
I am using Warnings Plugin with the attend to collect output of my builds, which are php-ones (phpunit & stuff).
I haven proven Warnings Plugin is working in general.
But in special, I am seeing following on the build-console-output:
phpunit:
[exec] PHPUnit 4.5.1 by Sebastian Bergmann and contributors.
[exec]
[exec] Configuration read from .../phpunit.xml
[exec]
[exec] PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from '...' : failed to load external entity "..."
[exec] in ...*.php on line 39
This is not reported by the warnings plugin, but should be(?!).
Shouldn't be complicated to fix. Interested in providing a pull request (test and regexp fix)?