Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation for validate-downloads job #849

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions jenkins/jobs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jenkins Jobs

## [validate-downloads](https://ci.nodejs.org/view/All/job/validate-downloads/)

This job validates that the downloads on nodejs.org are good. It is scheduled to
be run nightly and can also be run manually after a release is made. **Note:**
there is delay between when releases are generated and when they will be
available on nodejs.org (up to 60 minutes) so releasers may have to wait a bit
be able to complete the validation.

If validation fails an email notification is sent to the
`release-validation-alert` email alias. If you would like to get these
notifications submit a PR to have your email added for that alias in
https://github.com/nodejs/email/blob/master/iojs.org/aliases.json.

This job needs to be updated each time a we roll over to a new Current
release.