I have a project on my Jenkins server. There is a GitHub repository in this project, and I configured it so that it automatically creates new commits. For this to work, I need to enter credentials for a github account that has full repo access.
The problem is that if I want him to add his registration information to the list of credentials, I would have to give him access to all the credentials on the server (I do not want this).
I tried to use credentials under "{username}"> "Credentials" , but they did not appear in the project settings (even with 100% access to everything on the server).
Is there a way for a user to store their credentials and use them for a project without giving him full access to all credentials on the server?
source share