Forum Discussion
Donovan82
Sep 28, 2022Copper Contributor
No publish changes detected from collaboration branch
I have a development data factory with Github enabled that is tied with Azure Dev Ops CI/CD for deployment. I created a new feature branch Created a new pipeline and tested Created a pull requ...
- Sep 30, 2022Hi,
I've seen this behavior before, can you see the new pipeline in the arm_template in de adf_publish branch? You can rename the pipeline to see if the renamed is picked up as a change
Next step is wat you already suggested, to use the overwrite mode to see if the pipeline will be deployed.
This helped in our scenario, hopefully in yours as well
Erwin
edkreuk72
Sep 30, 2022MVP
Hi,
I've seen this behavior before, can you see the new pipeline in the arm_template in de adf_publish branch? You can rename the pipeline to see if the renamed is picked up as a change
Next step is wat you already suggested, to use the overwrite mode to see if the pipeline will be deployed.
This helped in our scenario, hopefully in yours as well
Erwin
I've seen this behavior before, can you see the new pipeline in the arm_template in de adf_publish branch? You can rename the pipeline to see if the renamed is picked up as a change
Next step is wat you already suggested, to use the overwrite mode to see if the pipeline will be deployed.
This helped in our scenario, hopefully in yours as well
Erwin
Donovan82
Sep 30, 2022Copper Contributor
There is no reference to the new pipeline in the adf_publish branch in ARMTemplateForFactory.json
When initiating a publish, under the hood, does it compare the json files in master to the deployed json files in live mode, or does it take master's json files, compile them into an ARM template, and then compare that ARM Template code to the latest arm template file on adf_publish?
- edkreuk72Oct 02, 2022MVPHi,
It uses the adf_publish branch, but is the new pipeline available in your main or develop branch?
If it is not there, then it will never show up in the adf_publish. Please let me know!- Donovan82Oct 05, 2022Copper ContributorJust a follow up, I used the overwrite live mode button and it now changes to master are being properly detected when I try to publish