Skip to content

Commit

Permalink
[JENKINS-21456] add help files
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Aug 26, 2016
1 parent 36a8d61 commit d4981c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly
Expand Up @@ -43,5 +43,8 @@
<f:entry title="Flatten TAP result">
<f:checkbox name="TapPublisher.flattenTapResult" value="${instance.flattenTapResult}" checked="${instance.flattenTapResult}" default="false" />
</f:entry>
<f:entry title="Skip if build not successful" help="/plugin/tap/help/TapPublisher/help-skipIfBuildNotOk.html">
<f:checkbox name="TapPublisher.skipIfBuildNotOk" value="${instance.skipIfBuildNotOk}" checked="${instance.skipIfBuildNotOk}" default="false" />
</f:entry>
</f:advanced>
</j:jelly>
5 changes: 5 additions & 0 deletions src/main/webapp/help/TapPublisher/help-skipIfBuildNotOk.html
@@ -0,0 +1,5 @@
<div>
If checked, the TAP post build step will be skipped if the build result status
is not equal or better than UNSTABLE. i.e. if checked and a build step failed,
the TAP publisher will be skipped.
</div>

0 comments on commit d4981c8

Please sign in to comment.