Skip to content

Commit

Permalink
Merge pull request jenkinsci#692 from jcrben/patch-2
Browse files Browse the repository at this point in the history
Uncheck lightweight checkout instruction
  • Loading branch information
bjoernhaeuser authored Oct 21, 2018
2 parents 2828caf + 1aea7f2 commit d4211c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ descriptor.save()
* In `Branch Specifier`, instead of the default `*/master`, enter
* `${ghprbActualCommit}` if you want to use the head of the pull request branch (e.g. `refs/pull/4/head`); or
* `${sha1}`, to use GitHub's tentative merge of the compare and base branches (e.g. `refs/pull/4/merge`) if the PR can be automatically merged or the head of the pull request branch (e.g. `refs/pull/4/head`) if they can not be automatically merged.
* In the Pipeline SCM section, uncheck `Lightweight checkout`.
* Under `Build Triggers`, check `GitHub Pull Request Builder`.
* Add admins for this specific job.
* If you want to use GitHub hooks for automatic testing, read the help for `Use github hooks for build triggering` in job configuration. Then you can check the checkbox.
Expand Down

0 comments on commit d4211c1

Please sign in to comment.