summaryrefslogtreecommitdiff
path: root/doc/releases.md
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-03-09 10:05:24 -0800
committerJames M Snell <jasnell@gmail.com>2016-03-10 18:48:09 -0800
commit31a8708caaee62dc186a78827b0983b97513f728 (patch)
tree982cc22337a568396fe7e4e4d0737c47162fefb9 /doc/releases.md
parentd0582ef9e19e8ed941b0a585c935ad11919080ee (diff)
downloadandroid-node-v8-31a8708caaee62dc186a78827b0983b97513f728.tar.gz
android-node-v8-31a8708caaee62dc186a78827b0983b97513f728.tar.bz2
android-node-v8-31a8708caaee62dc186a78827b0983b97513f728.zip
docs: update link to iojs+release ci job
We recently sandboxed the release CI jobs to their own Jenkins instance This commit updates the links found in `doc/releases.md` to point people in the right direction. PR-URL: https://github.com/nodejs/node/pull/5632 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 9db64f21d7..1c77b91a01 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -13,9 +13,9 @@ There are three relevant Jenkins jobs that should be used for a release flow:
**a.** **Test runs:** **[node-test-pull-request](https://ci.nodejs.org/job/node-test-pull-request/)** is used for a final full-test run to ensure that the current *HEAD* is stable.
-**b.** **Nightly builds:** (optional) **[iojs+release](https://ci.nodejs.org/job/iojs+release/)** can be used to create a nightly release for the current *HEAD* if public test releases are required. Builds triggered with this job are published straight to <https://nodejs.org/download/nightly/> and are available for public download.
+**b.** **Nightly builds:** (optional) **[iojs+release](https://ci-release.nodejs.org/job/iojs+release/)** can be used to create a nightly release for the current *HEAD* if public test releases are required. Builds triggered with this job are published straight to <https://nodejs.org/download/nightly/> and are available for public download.
-**c.** **Release builds:** **[iojs+release](https://ci.nodejs.org/job/iojs+release/)** does all of the work to build all required release assets. Promotion of the release files is a manual step once they are ready (see below).
+**c.** **Release builds:** **[iojs+release](https://ci-release.nodejs.org/job/iojs+release/)** does all of the work to build all required release assets. Promotion of the release files is a manual step once they are ready (see below).
The [Node.js build team](https://github.com/nodejs/build) is able to provide this access to individuals authorized by the TSC.
@@ -159,13 +159,13 @@ Perform some smoke-testing. We have [citgm](https://github.com/nodejs/citgm) for
### 7. Produce a Nightly Build _(optional)_
-If there is a reason to produce a test release for the purpose of having others try out installers or specifics of builds, produce a nightly build using **[iojs+release](https://ci.nodejs.org/job/iojs+release/)** and wait for it to drop in <https://nodejs.org/download/nightly/>. Follow the directions and enter a proper length commit SHA, enter a date string, and select "nightly" for "disttype".
+If there is a reason to produce a test release for the purpose of having others try out installers or specifics of builds, produce a nightly build using **[iojs+release](https://ci-release.nodejs.org/job/iojs+release/)** and wait for it to drop in <https://nodejs.org/download/nightly/>. Follow the directions and enter a proper length commit SHA, enter a date string, and select "nightly" for "disttype".
This is particularly recommended if there has been recent work relating to the OS X or Windows installers as they are not tested in any way by CI.
### 8. Produce Release Builds
-Use **[iojs+release](https://ci.nodejs.org/job/iojs+release/)** to produce release artifacts. Enter the commit that you want to build from and select "release" for "disttype".
+Use **[iojs+release](https://ci-release.nodejs.org/job/iojs+release/)** to produce release artifacts. Enter the commit that you want to build from and select "release" for "disttype".
Artifacts from each slave are uploaded to Jenkins and are available if further testing is required. Use this opportunity particularly to test OS X and Windows installers if there are any concerns. Click through to the individual slaves for a run to find the artifacts.