Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/apt/examples/post-build-script.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Using a Post-Build Script
Below is an example post-build BeanShell script (<<<verify.bsh>>>) that checks for the existence of a JAR file after
the build has run. If the JAR file does not exist, the script throws an exception which causes the Invoker Plugin to
log that the build failed. More precisely, any non-null return value which does not equal <<<true>>> will be interpreted
as a failure condition. And of course, if the script exists abnormally due to an exception, the plugin will flag the
as a failure condition. And of course, if the script exits abnormally due to an exception, the plugin will flag the
corresponding build as a failure, too.

+------------------
Expand Down