BitBucket Jenkins doesn't automatically build

后端 未结 14 1084
予麋鹿
予麋鹿 2020-12-30 21:44

On my Jenkins I configured:

Source Code Management

Git repository: https://bitbucket.org/username/project.git

credentials: username/

14条回答
  •  心在旅途
    2020-12-30 22:21

    Using Jenkins 2.53 and Bitbucket plugin 1.1.5, I had to manually trigger the build first to get the webhook to work.

    What tipped me off was this line from the documentation:

    If the job's SCM (git) detects that the remote repository has changes, THEN

    After that the webhook work great.

提交回复
热议问题