Re: GIT jenkins integration issues -Permission denied(Public Key)

2020-01-13 Thread Mark Waite
The message means that the remote repository is secured by a private key and will be cloned using the git ssh protocol. That private key needs to be defined in a Jenkins credential and the credential needs to be used in the Jenkins job definition. Jenkins credentials are best maintained by the Je

GIT jenkins integration issues -Permission denied(Public Key)

2020-01-13 Thread jaychandran subramanian
Hi , While integrating GIT and Jenkins , getting the below error . Failed to connect repository : Command "git ls-remote -h git@remote-server:/home/fab.git HEAD" returned status code 128. stderr:git@ip Permission denied (Public Key) Kindly let us know the resolution . Thanks Jay -- You rec