From 0915f0c6681890e47f94aab523a796f7e835f9e4 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Fri, 16 Oct 2015 16:04:31 -0700 Subject: [PATCH] doc: add links to jenkins jobs Add links to specific jenkins jobs described in Brew-Test-Bot-For-Core-Contributors.md Closes Homebrew/homebrew#45052. Signed-off-by: Mike McQuaid --- share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md b/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md index 619fd09fda..76cb764ea4 100644 --- a/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md +++ b/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md @@ -3,13 +3,13 @@ If a build has run and passed on `brew test-bot` then it can be used to quickly There are three types of Jenkins jobs: -## Homebrew +## [Homebrew](http://bot.brew.sh/job/Homebrew/) This job automatically builds anything committed to the master branch. On failure it sends an email to `brew-test-bot@googlegroups.com`. It tests rather than builds bottles. -## Homebrew Pull Requests +## [Homebrew Pull Requests](http://bot.brew.sh/job/Homebrew%20Pull%20Requests/) This job automatically builds any pull requests submitted to Homebrew/homebrew. On success or failure it updates the pull request status (see more details on the [main Brew Test Bot wiki page](Brew-Test-Bot.md)). On a successful build it automatically uploads bottles. -## Homebrew Testing +## [Homebrew Testing](http://bot.brew.sh/job/Homebrew%20Testing/) This job is manually triggered to run [`brew test-bot`](https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/cmd/test-bot.rb) with user-specified parameters. On a successful build it automatically uploads bottles. You can manually start this job with parameters to run [`brew test-bot`](https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/cmd/test-bot.rb) with the same parameters. It's often useful to pass a pull request URL, a commit URL, a commit SHA-1 and/or formula names to have `brew-test-bot` test them, report the results and produce bottles.