I am trying to run python test cases through Jenkins, it has the git clone command with ssh key.
Command : git clone -v ssh://user@host:29418/project folder_to_clone
Getting the error like :
Warning: Permanently added '[host]:29418,[100.64.42.4]:29418' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
But while running locally everything fine, On Jenkins only getting this issue.