Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate 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