scravy / waitfor-maven-plugin

Wait for a URL to become available
BSD 2-Clause "Simplified" License
7 stars 4 forks source link

Add an option to not fail the build if checks timed out #7

Open zaza opened 4 years ago

zaza commented 4 years ago

Currently if defined checks time out an exception is thrown from the plugin causing the build to fail. We would like the build to be marked as unstable in this case, which would happen further down the line if only the build kept going. The "timed out" exception stops the build execution.

zaza commented 4 years ago

We did try using the Text Finder plugin to mitigate the issue, but it cannot change the build status from Failure to Unstable because "build results cannot be improved".