Adds features to GitHub, with extra Jenkins goodness on https://github.com/dotnet/ repositories.
Features:
- Adds email buttons for Issues and Pull Requests
- Added to issue/PR lists and individual views (screenshot)
- Supports issue/PR multi-select
- Emails are created in your default email application (screenshot)
- Jenkins PR support (supports https://github.com/dotnet/ repositories by default, add your own in manifest.json)
- Shows how long ago a Jenkins build ran (screenshot)
- Shows the Jenkins build & test failure descriptions in the PR
- Opens Jenkins "details" links in a new tab
- Adds "Create Issue" buttons to each Jenkins test failure (screenshot)
To install:
- Clone or download the repository
- In Chrome, navigate to chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked extension..." and point it to your repository.
To update:
- Update to latest from the
master
branch - In chrome, navigate to chrome://extensions/
- Click the "Reload" link under the "StashPop for GitHub" extension
To allow access to your Jenkins host machine:
- Add your domain to the local
manifest.json
file's"permissions"
section as"http://yourjenkinsserver/*"
- Reload the extension