I am a new user to Jenkins, so please bear with me.
The employee who set up Jenkins quit and we removed his access to our github repo. But he had configured our automated build to access git as himself, so of course that is failing now. I went into the project settings and added a new credential for a user that does have access to our github repo, along with their github password. Now when the build runs I get this:
Permission denied (publickey).
What else do I have to do to switch the user that accesses our repo for builds?
Thanks!