We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Setup CI CD pipeline to Deploy Workflow from Azure Repos to Gallery

Sukanta007
5 - Atom

I have a workflow saved in Azure repos. Once we merged the enhancement to Main branch, how to setup pipeline which can deploy the workflow to Alteryx Gallery

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @Sukanta007 

 

Check out the Server API documentation here.  Starting with v3, the API contains all the commands to automate the creation, deployment, and maintenance of workflows, collections, schedules, etc. 

 

Dan