Skip to content

Commit

Permalink
[FIX JENKINS-37484] Replace FAILED with FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsobral committed Aug 17, 2016
1 parent 830481c commit b885244
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
</p>
<dl>
<dt><code>number</code></dt><dd>build number (integer)</dd>
<dt><code>result</code></dt><dd>typically <code>SUCCESS</code>, <code>UNSTABLE</code>, or <code>FAILED</code> (<em>may</em> be null for an ongoing build)</dd>
<dt><code>result</code></dt><dd>typically <code>SUCCESS</code>, <code>UNSTABLE</code>, or <code>FAILURE</code> (<em>may</em> be null for an ongoing build)</dd>
<dt><code>displayName</code></dt><dd>normally <code>#123</code> but sometimes set to, e.g., an SCM commit identifier</dd>
<dt><code>description</code></dt><dd>additional information about the build</dd>
<dt><code>id</code></dt><dd>normally <code>number</code> as a string</dd>
Expand Down

0 comments on commit b885244

Please sign in to comment.