Jenkins Failed to connect to gerrit repository (Windows installation)

前端 未结 1 1640
南笙
南笙 2021-01-14 03:29

I looked around Stackoverflow and google a lot but I am not able to solve my issue.

My aim : I want to set up Jenkins to use git SCM to clone a repos

相关标签:
1条回答
  • 2021-01-14 04:02

    I finally managed to set up the repository by setting up again from scratch.

    Here is my config, for example to others:

    • user = The user I used to connect to gerrit
    • IP = Gerrit serveur IP adress
    • Repository URL = ssh://user@IP:29418/IHM.git > Do not put the entire path
    • Credentials are used with the private key generated with Putty and which public key is configure to gerrit
    • Refspec = refs/changes/:refs/changes/
    • Branches to build = $GERRIT_REFSPEC
    0 讨论(0)
提交回复
热议问题