cancel
Showing results for 
Search instead for 
Did you mean: 

Change Default mta.yaml filepath in BTP CICD pipeline config.yaml

hatrigt
Participant
0 Kudos
726

I have a full stack multi-tenant project. This repository has two MTA's. One is for the CAP related artifacts which is in the root directory. The other is inside the app folder which holds the artifacts related to the frontend(UI5). 

Now I need to setup my pipeline in BTP CICD. I added the github repository and tried to create a job. 
Herein I understood, if I select buildtool as mta, it searches for mta.yaml file in the root directory of repository. 
The thing is I need to setup two jobs one should pick mta in root directory and deploy in provider subaccount and other should pick mta from app folder and deploy it in subscriber subaccount. 

Is there any other option which we can set in config.yaml file inside .pipeline folder which will override the default mta.yaml filepath or atleast set the mta file name like mta-ui.yaml ??


@Nikitha09 

or is there any other way to achieve this?

SAP Continuous Integration and Delivery 

View Entire Topic
sreehari_vpillai
Active Contributor

@Nikitha09 we managed it with a technical branch and a git workflow.