Skip to content

Commit c7ee4a3

Browse files
committed
doc: jenkins-iojs.nodesource.com -> ci.nodejs.org
The Jenkins URL has changed from https://jenkins-iojs.nodesource.com to https://ci.nodejs.org. The former address now redirects to the latter. Some jobs has also changed names.
1 parent 76c80d4 commit c7ee4a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

COLLABORATOR_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test should *fail* before the change, and *pass* after the change.
7070

7171
All pull requests that modify executable code should be subjected to
7272
continuous integration tests on the
73-
[project CI server](https://jenkins-iojs.nodesource.com/).
73+
[project CI server](https://ci.nodejs.org/).
7474

7575
### Involving the TC
7676

doc/releases.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Release authorization is given by the node.js TSC. Once authorized, an individua
1111

1212
There are three relevant Jenkins jobs that should be used for a release flow:
1313

14-
**a.** **Test runs:** **[iojs+any-pr+multi](https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/)** is used for a final full-test run to ensure that the current *HEAD* is stable.
14+
**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.
1515

16-
**b.** **Nightly builds:** (optional) **[iojs+release](https://jenkins-iojs.nodesource.com/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.
16+
**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.
1717

18-
**c.** **Release builds:** **[iojs+release](https://jenkins-iojs.nodesource.com/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).
18+
**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).
1919

2020
The [Node.js build team](https://github.com/nodejs/build) is able to provide this access to individuals authorized by the TC.
2121

@@ -52,11 +52,11 @@ Notes:
5252

5353
### 1. Ensure that HEAD Is Stable
5454

55-
Run a **[iojs+any-pr+multi](https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/)** test run to ensure that the build is stable and the HEAD commit is ready for release.
55+
Run a **[node-test-pull-request](https://ci.nodejs.org/job/node-test-pull-request/)** test run to ensure that the build is stable and the HEAD commit is ready for release.
5656

5757
### 2. Produce a Nightly Build _(optional)_
5858

59-
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://jenkins-iojs.nodesource.com/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, a date string and select "nightly" for "disttype".
59+
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, a date string and select "nightly" for "disttype".
6060

6161
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.
6262

@@ -145,7 +145,7 @@ Note that it is not essential that the release builds be created from the Node.j
145145

146146
### 7. Produce Release Builds
147147

148-
Use **[iojs+release](https://jenkins-iojs.nodesource.com/job/iojs+release/)** to produce release artifacts. Enter the commit that you want to build from and select "release" for "disttype".
148+
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".
149149

150150
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.
151151

0 commit comments

Comments
 (0)