The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cant Trigger Dynamic Pipeline also on Merge

Ozan Kizildogan
January 15, 2025

Trying to trigger the dynamic pipeline intervention at merge...

After a pull request, it works alright:

Screenshot 2025-01-16 at 00.41.56.png

 

But when the PR is merge, it is no longer triggered.

See below image, not that "This pipeline is generated by dynamic pipelines" is missing:

Screenshot 2025-01-16 at 00.46.15.png

We need the dynamic pipeline to decide which runner to pick! Otherwise it has no use.

Any suggestions? Perhaps missing permissions scopes in the manifest.yml file?


2 comments

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Post a new discussion

Daniil Penkin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 15, 2025

Hello @Ozan Kizildogan,

Dynamic Pipelines provider is called for every pipeline, there are no exceptions. However, the message "This pipeline is generated by dynamic pipelines" you referred to is shown only if the provider altered the configuration, i.e. the configuration it returned differs from the configuration it received as input.

I can see in our logs that your Dynamic Pipelines provider was called for the merge commit in question, 36950458c0e60a0e2af0d85ab1813313e2680fe3. So it looks like your provider responded with unchanged configuration to that request.

Hope this helps. Let me know if you have any questions.

Cheers,
Daniil

Like # people like this
Ozan Kizildogan
January 16, 2025

Hello @Daniil Penkin ,

Thanks for checking the logs. This clears my doubts on whether the dynamic pipeline is triggered at merge.

I have now another question about comparing the difference between the approved PR against main. Equivalent to running 

git diff @~1 @

I will create another post for that.
TAGS
AUG Leaders

Atlassian Community Events