fix: always show the GitHub endpoint selection#401
fix: always show the GitHub endpoint selection#401carlossg wants to merge 1 commit intojenkinsci:masterfrom
Conversation
|
I checked the source and app credential rendering, but not sure in what page is GitHubSCMNavigator used? |
| <f:entry title="${%API endpoint}" field="apiUri"> | ||
| <f:select/> | ||
| </f:entry> |
There was a problem hiding this comment.
I'm pretty sure this drop down will also include github.com if the endpoint list is empty. Or did that change at some point?
There was a problem hiding this comment.
it does not include github.com
|
@carlossg Ping? |
|
Today if you add a new GitHub App credential there is no option to select a GitHub enterprise installation. You must know that you need to go to settings - manage jenkins and add the endpoint. |
| <f:entry title="${%API endpoint}" field="apiUri"> | ||
| <f:textbox readonly="readonly"/> | ||
| </f:entry> |
There was a problem hiding this comment.
Would resolve https://issues.jenkins.io/browse/JENKINS-76052
so users are aware that they must add a new endpoint in configuration Standardize the docs for apiUri


Description
so users are aware that they must add a new endpoint in configiuration
Standardize the docs for apiUri
Submitter checklist
Reviewer checklist
Documentation changes
Users/aliases to notify