| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,6 +189,12 @@ Build". It is in the left navigation of the relevant `node-test-pull-request` | |||
| 189 | 189 | job. It will preserve all the green results from the current job but re-run | |
| 190 | 190 | everything else. | |
| 191 | 191 | ||
| 192 | + Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion | ||
| 193 | + of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used | ||
| 194 | + (i.e for `master` -> `refs/heads/master`). | ||
| 195 | + For pull requests it will look like `refs/pull/PR_NUMBER/head` | ||
| 196 | + (i.e. for PR#42 -> `refs/pull/42/head`). | ||
| 197 | + | ||
| 192 | 198 | #### Useful CI Jobs | |
| 193 | 199 | ||
| 194 | 200 | * [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments