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

Conversation

VoltrexKeyva
Copy link
Member

The Node.js Jenkins server now only allows you to access your Jenkins profile with your GitHub username rather than your GitHub ID.

@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 83.41% // Head: 83.41% // No change to project coverage 👍

Coverage data is based on head (a3f1760) compared to base (6926407).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #668   +/-   ##
=======================================
  Coverage   83.41%   83.41%           
=======================================
  Files          37       37           
  Lines        4136     4136           
=======================================
  Hits         3450     3450           
  Misses        686      686           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@VoltrexKeyva VoltrexKeyva changed the title meta: update Jenkins profile access docs: update Jenkins profile access Feb 24, 2023
README.md Outdated
Comment on lines 96 to 97
`https://ci.nodejs.org/user/<your-github-username>/configure` (replace
\<your-github-username\> with your own GitHub username)
Copy link
Contributor

@aduh95 aduh95 Feb 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're at it, let's fix the indentation and the punctuation.

Suggested change
`https://ci.nodejs.org/user/<your-github-username>/configure` (replace
\<your-github-username\> with your own GitHub username)
`https://ci.nodejs.org/user/<your-github-username>/configure` (replace
\<your-github-username\> with your own GitHub username).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, though indented with 2 spaces instead of 3 to stay consistent with the other lines.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be 3 though, according to https://spec.commonmark.org/0.30/#list-items

the continuation blocks must be indented at least to the column of the first character other than a space or tab after the list marker

(as the spec says, the above sentence is a simplification and is not always correct, but it is correct in this case)

I don't have a strong opinion wether we should fix the other occurrences before or after this PR, but I don't think it's correct to land this with only 2 spaces.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll indent it with 3 spaces and open a new PR to fix the other occurrences.

The Node.js Jenkins server now only allows you to access your Jenkins
profile with your GitHub username rather than your GitHub ID.
@VoltrexKeyva
Copy link
Member Author

@aduh95 can you merge this before I open the new PR?

@aduh95 aduh95 merged commit 9757343 into nodejs:main Feb 26, 2023
@VoltrexKeyva VoltrexKeyva deleted the jenkins-profile branch February 26, 2023 17:35
VoltrexKeyva added a commit to VoltrexKeyva/node-core-utils that referenced this pull request Feb 26, 2023
VoltrexKeyva added a commit to VoltrexKeyva/node-core-utils that referenced this pull request Feb 26, 2023
VoltrexKeyva added a commit to VoltrexKeyva/node-core-utils that referenced this pull request Feb 26, 2023
VoltrexKeyva added a commit to VoltrexKeyva/node-core-utils that referenced this pull request Feb 26, 2023
patrickm68 added a commit to patrickm68/NodeJS-core-utils that referenced this pull request Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants