| I am using Bitbucket organization, and trying to automatically trigger a build for a multi branch pipeline. The hook arrives to jenkins but doesnt trigger the job. Jenkins log: ``` INFO: Received commit hook notification for {"scm":"git","website":"","name":"test-repo","links":{"self": {"href":"https://api.bitbucket.org/2.0/repositories/omerh/test-repo"} ,"html":{"href":"https://bitbucket.org/omerh/test-repo"},"avatar":{"href":"https://bytebucket.org/ravatar/%7B8c189537-3a35-430a-a5e1-26ab25cb16f8%7D?ts=java"}},"project":{"key":"BAC","type":"project","uuid":" {9359e998-bf48-4adf-9924-356ccdd06686} ","links":{"self": {"href":"https://api.bitbucket.org/2.0/teams/omerh/projects/BAC"} ,"html":{"href":"https://bitbucket.org/account/user/omerh/projects/BAC"},"avatar":{"href":"https://bitbucket.org/account/user/omerh/projects/BAC/avatar/32"}},"name":"Backend"},"full_name":"omerh/test-repo","owner":{"username":"omerh","display_name":"minerva-prime","type":"team","uuid":" {4e4e35b7-b1ce-4a47-8286-7789660275ab} ","links":{"self": {"href":"https://api.bitbucket.org/2.0/teams/omerh"} ,"html":{"href":"https://bitbucket.org/omerh/"},"avatar":{"href":"https://bitbucket.org/account/omerh/avatar/"}}},"type":"repository","is_private":true,"uuid":"{8c189537-3a35-430a-a5e1-26ab25cb16f8}"} ``` This bug is couple of years old!, can someone post a workaround or a fix? |