Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-22303] Should have option to not care about build failure st…
…atus

- Regression found by injected unit test fixed.
- <label for=...> shouldn't be used because it doesn't work when the configuration item is repeated. Use <label class="attach-previous"> to have your label attach to the previous DOM node instead.
  • Loading branch information
mixalturek committed Mar 30, 2014
1 parent 38eedb0 commit 2c8d46a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@

<f:entry>
<f:checkbox name="ignoreBuildFailure" checked="${instance.ignoreBuildFailure}"/>
<label for="ignoreBuildFailure">${%Try to process the report files even if the build is not successful}</label>
<label class="attach-previous">${%Try to process the report files even if the build is not successful}</label>
</f:entry>
</f:advanced>
</j:jelly>

0 comments on commit 2c8d46a

Please sign in to comment.