Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix docs.

Co-authored-by: Tim Jacomb <timjacomb1+github@gmail.com>
  • Loading branch information
XiongKezhi and timja authored Oct 25, 2020
1 parent b0850af commit 59e556e
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 @@ -29,7 +29,7 @@ This plugin defines extension points to publish statuses to different SCM platfo

It depends on the implementation to decide whether to skip them and what name to use.

If enabled, the statuses will be published in different stages of a Jenkins build (enters the queue, checkouts, and completes).
If enabled, the statuses will be published in different stages of a Jenkins build (enters the queue, checkout, and completes).

### Pipeline Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ There are three methods in this interface:

- `boolean isApplicable(Job<?, ?> job)`

Implement this method to return `true` if your implementation is not applicable to the `job`.
Implement this method to return `true` if your implementation is applicable to the `job`.

- `String getName(Job<?, ?> job)`

Expand Down

0 comments on commit 59e556e

Please sign in to comment.