-
Hello everyone! Need some help! I can't figure what I'm doing wrong or what I'm missing. I have Tekton Pipeline and all related objects which are successfully triggering pipeline after code push to one of repo branches, also I have Webhook in Bitbucket which at least can capture code push to one of repo branches. So this part works fine. ** Also I need to trigger pipeline and run some tasks every time when Pull Request is opened**. The problem that when I create/open Pull Request nothing is happening. So I need help with figuring out what's wrong... Will really appreciate any suggestions/advices how to force it to work.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here is answer! To make this pipeline work with Pull Request, it was necessary to rewrite everything in accordance with Bitbucket Pull Request event payload.
|
Beta Was this translation helpful? Give feedback.
Here is answer! To make this pipeline work with Pull Request, it was necessary to rewrite everything in accordance with Bitbucket Pull Request event payload.
https://confluence.atlassian.com/bitbucketserver0721/event-payload-1115665959.html?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash#Eventpayload-pullrequest