Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Oct 11, 2018
1 parent 2e1b1e9 commit ee9d408
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/ci_source/providers/Jenkins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import { pullRequestParser } from "../../platforms/pullRequestParser"
* in order to ensure that you have the build environment set up for PR integration.
*
* ### BitBucket Server
* If using Bitbucket Server, make sure to provide both `ghprbGhRepository` and `ghprbPullId` as environment variables.
* `ghprbGhRepository` is the path to your repository, e.g. `projects/team/repos/repositoryname`, while `ghprbPullId`
* provides the id of a pull request (usually `env.CHANGE_ID`). Danger will skip execution if this id is not provided.
* If using Bitbucket Server, ensure you are using Multibranch Pipelines or Organization Folders.
* Danger will respect the `CHANGE_URL` and `CHANGE_ID` environment variables.
*
* With that set up, you can edit your job to add `yarn danger ci` at the build action.
*
Expand Down

0 comments on commit ee9d408

Please sign in to comment.