Select to view content in your preferred language

CI/CD Pipeline on ArcGIS Enterprise

530
1
12-04-2023 07:08 PM
RaghavGupta
New Contributor III

I need to replicate the webmap changes in higher env from lower env (Dev) via CI/CD pipeline. Is there any help available for same. Also I don't want to clone the content from lower env to higher env as the service urls are totally different.

Also If there are any changes in services(Map/feature) they should also got reflected in higher env without need of publishing in separate env. via CI/CD pipeline.

Thanks !

0 Kudos
1 Reply
PatriceLabbé
Occasional Contributor

Hi,

You might want to take a look at : Moving content across tiered ArcGIS Enterprise environments (esri.com)

We're using Azure Devops Pipelines with ArcGIS API for Python to do this.

0 Kudos