We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b5f93 commit 0fffc24Copy full SHA for 0fffc24
doc/contributing/collaborator-guide.md
@@ -253,6 +253,10 @@ current job but re-run everything else. Start a fresh CI if more than seven days
253
have elapsed since the original failing CI as the compiled binaries for the
254
Windows and ARM platforms are only kept for seven days.
255
256
+If new commits are pushed to the pull request branch after the latest Jenkins
257
+CI run, a fresh CI run is required. It can be started by pressing "Retry" on
258
+the left sidebar, or by adding the `request-ci` label to the pull request.
259
+
260
#### Useful Jenkins CI jobs
261
262
* [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
0 commit comments