Skip to content

Commit

Permalink
Fix for #277: Jenkins plug-in to get a property value
Browse files Browse the repository at this point in the history
The help file on failOnBlank was not correct. Now it is.
  • Loading branch information
cpf committed Nov 7, 2013
1 parent 9f5a324 commit dad85ab
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>

</body>
</html>
<div>
<p>When checked, this will fail the build when the result of the property get is empty or null, the build will fail</p>
<p>E.g.:</p>
<pre>
if (result.isNotEmpty() || !failOnBlank) { // continue with the build }
else { // fail the build }
</pre>
</div>

0 comments on commit dad85ab

Please sign in to comment.