Keywords: Jenkins - OS X - Technical issue - Credentials
Description:
I've followed this guide to id_rsa inside the Bitnaim's Jenkins container:
https://docs.bitnami.com/aws/apps/jenkins/configuration/use-git-jenkins/
While I can run this inside the container "/opt/bitnami/git/bin/git ls-remote -h git@github.com:******/REPONAME.git HEAD" and it works, the Git step in the job displays an error "No user exists for uid 1001" and complains about invalid credentials.
I've also tried using the Credentials plugin with the GIt entering the username and private key in the Jenkins UI and I get the same error. Would you be able to please help, there isn't much on the web that I have not tried.