We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f036c8 commit ed1d0c9Copy full SHA for ed1d0c9
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