CirclePR
is an unofficial Chrome Extension for CircleCI (https://circleci.com/). It sends a parameterized build to your CircleCI project from the push of a button while viewing your Pull Request on Github. You can also view your most recent builds in a Github repository and for a PR.
Get it on the Chrome Web Store ✊
Don't let your build queue get too big when you are making a lot of changes right in a row. Just pop open CirclePR
and cancel any unnecessary builds without having to go search for them in CircleCI's dashboard.
Use the extension to kick off a build of a new feature for an iOS app to CircleCI. CircleCI builds the iOS project using Fastlane and then sends the new build to HockeyApp for your client, stakeholders, or QA team to test.
All you need to do is to make sure that you set the correct configurations in your plugin 😊 The configuration is a simple JSON object where the key are in the format of "owner/repo" and the values are the CircleCI API tokens.
{ "RokkinCat/gym-oclock-ios": "my-super-secret-token" }
Your build is only a few simple steps away 🙌
The new build will be started and shown in the extension window
Sometimes you may want to send up custom build parameters to build for a different environment (or whatever else you may dream up). CirclePR
makes this pretty painless (except for the writing of a JSON string 😉)