Fix TOOLS.md jenkins plugin link :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
c1b168664f
commit
8544913754
|
|
@ -16,8 +16,9 @@ Leeroy is a Go application which integrates Jenkins with
|
||||||
GitHub pull requests. Leeroy uses
|
GitHub pull requests. Leeroy uses
|
||||||
[GitHub hooks](https://developer.github.com/v3/repos/hooks/)
|
[GitHub hooks](https://developer.github.com/v3/repos/hooks/)
|
||||||
to listen for pull request notifications and starts jobs on your Jenkins
|
to listen for pull request notifications and starts jobs on your Jenkins
|
||||||
server. Using the Jenkins [notification plugin][jnp], Leeroy updates the
|
server. Using the Jenkins
|
||||||
pull request using GitHub's
|
[notification plugin][https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin],
|
||||||
|
Leeroy updates the pull request using GitHub's
|
||||||
[status API](https://developer.github.com/v3/repos/statuses/)
|
[status API](https://developer.github.com/v3/repos/statuses/)
|
||||||
with pending, success, failure, or error statuses.
|
with pending, success, failure, or error statuses.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue