Skip to content

docs: update Jenkins profile access #668

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

Merged
merged 1 commit into from
Feb 26, 2023
Merged
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
docs: update Jenkins profile access
The Node.js Jenkins server now only allows you to access your Jenkins
profile with your GitHub username rather than your GitHub ID.
  • Loading branch information
VoltrexKeyva committed Feb 26, 2023
commit a3f1760a72b3453d0772c5746753be28c343130d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ these commands.
To obtain the Jenkins API token

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