AEMaaCS: can I push any branch to the Adobe GIT repo so I can deploy/test my changes on the dev cluster. | Community
Skip to main content
jayv25585659
Level 8
July 3, 2024
Solved

AEMaaCS: can I push any branch to the Adobe GIT repo so I can deploy/test my changes on the dev cluster.

  • July 3, 2024
  • 4 replies
  • 1054 views

as above.

as an example, my working branch is called "feature/new-accordion-component". I want to test it in the dev cluster.

 

can I pushed "feature/new-accordion-component" branch into the Adobe GIT repo and build dev off that branch?

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AsifChowdhury

Hi @jayv25585659 

 

In the cloud manager there are some pipelines that will trigger based on different criteria.

 

Usually deployment on DEV pipelines is configured as to auto trigger on git change based on a branch e.g develop. So if want to test any other branch, the existing pipeline can be modified for a moment or can introduce a new pipeline -> push the branch to adobe git -> modify the branch of the pipeline to targeted branch and run the pipeline manually to deploy the code on dev.

4 replies

AsifChowdhury
Community Advisor
AsifChowdhuryCommunity AdvisorAccepted solution
Community Advisor
July 3, 2024

Hi @jayv25585659 

 

In the cloud manager there are some pipelines that will trigger based on different criteria.

 

Usually deployment on DEV pipelines is configured as to auto trigger on git change based on a branch e.g develop. So if want to test any other branch, the existing pipeline can be modified for a moment or can introduce a new pipeline -> push the branch to adobe git -> modify the branch of the pipeline to targeted branch and run the pipeline manually to deploy the code on dev.

h_kataria
Community Advisor
Community Advisor
July 3, 2024

Short answer would be yes. But in cloud manager each pipeline is linked to a particular branch. Following links should give more idea :
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/cicd-pipelines/configuring-non-production-pipelines#full-stack-code 
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/cicd-pipelines/introduction-ci-cd-pipelines#non-prod-pipeline So, in order to deploy your branch, the mapping for your dev deployment pipeline will have to be updated. 
Hope this helps.

arunpatidar
Community Advisor
Community Advisor
July 3, 2024

yes or you can use RDE

Arun Patidar
RahulBGPandey
Level 2
July 4, 2024

Yes, You can push any branch in the cloud manager repo. 

To deploy it, you must edit the pipeline and set the branch you want to deploy. 

 

Alternatively, If you need to do it quite frequently then an RDE environment can be used.