Skip to content

Commit

Permalink
Merge pull request #15 from takipi/OOE-50
Browse files Browse the repository at this point in the history
[OOE-50] typos
  • Loading branch information
Ben Morrise authored Jun 26, 2020
2 parents 2a85bfb + 5f08425 commit 23a1177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If checked the build will be marked ***failed*** if any quality gate did not pas

#### Create a Report Link

If checked a link will be generated and displayed. The Quality Report can then be viewed by click the generated link. Note: If checked the Mark Unstable option is ignored.
If checked a link will be generated and displayed. The Quality Report can then be viewed by clicking the generated link. Note: If checked the Mark Unstable option is ignored.

#### Show All Events

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/editTaskConfig.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
[@ww.textfield labelKey="com.overops.plugins.bamboo.task.config.topErrorCount" name="topErrorCount" required="false" description="The number of total and unique errors to show in the quality report, sorted by volume." /]
<hr class="divider"/>
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.markUnstable" name="markUnstable" required="false" description="If checked the build will be marked unstable when any quality gates fail."/]
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.link" name="link" required="false" description="If checked a link will be generated and displayed. The Quality Report can then be viewed by click the generated link. Note: If checked the Mark Unstable option is ignored."/]
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.link" name="link" required="false" description="If checked a link will be generated and displayed. The Quality Report can then be viewed by clicking the generated link. Note: If checked the Mark Unstable option is ignored."/]
<hr class="divider"/>
[@ww.checkbox labelKey="com.overops.plugins.bamboo.task.config.showAllEvents" name="showAllEvents" required="false" description="If checked the quality report will list events for both passed and failed quality gates, otherwise only events for failed gates will be displayed."/]

Expand Down

0 comments on commit 23a1177

Please sign in to comment.