Jenkins: what is the correct format for private key in Credentials

前端 未结 6 1802
难免孤独
难免孤独 2020-11-22 07:16

I\'m creating a job in Jenkins 2.152 running on Windows Server 2016 which needs to pull from a git repo hosted on bitbucket.org. I tested the ssh key through git-bash so I k

6条回答
  •  温柔的废话
    2020-11-22 07:52

    Somehow I got it work again but the real steps that fix the issue is unclear.

    what I did is to regenerate the ssh key again and put everything to its default location. Reupload the public key, replace the private key in the credential and then it starts to work.

提交回复
热议问题