Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

Cloud Manager Code Quality Pipeline will not trigger on push of new commits

Avatar

Level 2

In Adobe Cloud Manager we have the ability to create Code Quality Pipelines that can be configured to automatically trigger when new commits are pushed to the specified branch.  I have configured such a pipeline as seen below.

johnagordon83_3-1744912171698.png

The problem I am experiencing is that when I push new commits to the branch in question, the pipeline is not triggered.  I can confirm that the new commits are successfully reaching the Adobe repository.  I can also confirm that we are using an Adobe repository and not a private one.

 

johnagordon83_5-1744913183031.png

 

Can you offer any ideas why our code quality pipeline is not triggering on code pushes?  Thank you.

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @johnagordon83,

That's really strange! Could you confirm: 

  • Double-check that the pipeline is correctly associated with the exact branch you're pushing to. Sometimes it might be case-sensitive, or small typos in the branch name (like develop vs Develop) can prevent it from triggering.
  • Try triggering it manually once and then commit again to see if it restarts the auto trigger.

Note: Even though you're using an Adobe Git repo, make sure that webhooks are properly set up behind the scenes. Normally Adobe handles this, but in rare cases the webhook might not be firing or has gotten misconfigured. Opening a ticket with Adobe Support can help clarify if the hook is correctly firing when new commits are pushed.

 

Hope that heps!

Regards,
Santosh


Santosh Sai

AEM BlogsLinkedIn


View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @johnagordon83,

That's really strange! Could you confirm: 

  • Double-check that the pipeline is correctly associated with the exact branch you're pushing to. Sometimes it might be case-sensitive, or small typos in the branch name (like develop vs Develop) can prevent it from triggering.
  • Try triggering it manually once and then commit again to see if it restarts the auto trigger.

Note: Even though you're using an Adobe Git repo, make sure that webhooks are properly set up behind the scenes. Normally Adobe handles this, but in rare cases the webhook might not be firing or has gotten misconfigured. Opening a ticket with Adobe Support can help clarify if the hook is correctly firing when new commits are pushed.

 

Hope that heps!

Regards,
Santosh


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 2

Thank you for your reply SantoshSai.  Manually triggering the pipeline before attempting to automate it didn't work, but I will open a ticket to resolve the issue.

Avatar

Community Advisor

Hi @johnagordon83 , one issue we ran into. 

  • We have 2 Program Orgs
  •  sarav_prakash_0-1744936333652.png
  • Initially we configured single Adobe repo and reused in both our Orgs. 
  • When Git push happened, it triggered pipeline from one Org. But did not trigger pipeline at the second org
  • To workaround, we had to create second adobe repo, use Jenkins to remote sync code from first repo into second.

Thereby incase you are using single adobe repo against multiple programs, only one pipeline gets triggered. Need to setup separate repo for each program

Avatar

Level 2

Thank you for your response sarav_prakash, but we only have one program.