Skip to content

Commit 9757343

Browse files
authored
docs: update Jenkins profile access (#668)
The Node.js Jenkins server now only allows you to access your Jenkins profile with your GitHub username rather than your GitHub ID.
1 parent 6926407 commit 9757343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ these commands.
9393
To obtain the Jenkins API token
9494

9595
1. Open
96-
`https://ci.nodejs.org/user/<your-github-id>/configure` (replace
97-
\<your-github-id\> with your own GitHub ID)
96+
`https://ci.nodejs.org/user/<your-github-username>/configure` (replace
97+
\<your-github-username\> with your own GitHub username).
9898
2. Click on the `ADD NEW TOKEN` button in the `API Token` section.
9999
3. Enter an identifiable name (for example, `node-core-utils`) for this
100100
token in the inbox that appears, and click `GENERATE`.

0 commit comments

Comments
 (0)