POST hook on Bitbucket

后端 未结 2 1710
刺人心
刺人心 2020-12-17 16:47

How to use the POST url in bitbucket on private Jenkins?

I have been experiencing problems with bitbucket and their post commit.

Description :

2条回答
  •  不思量自难忘°
    2020-12-17 17:30

    This isn't really answering your question, but suggesting another approach. Both bitbucket.org and github.com support ssh keys.

    See "Set up SSH for Git"

    It is important to setup ssh-agent (explained in that page), as without this you'll be asked to enter a pass phrase instead of username and password.

提交回复
热议问题