Reputation: 11
Is there any way/package available in uipath to schedule the orchestrator job using azure pipeline? I got the uipath Integration package but it only provides the package for create pack,deploy package, manage asset,job run and testcase run..
I referred different forum to get something regarding my requirement,but no luck.
Upvotes: 1
Views: 230
Reputation: 148
This should be possible by using the Orchestrator API (specifically Schedules Requests). You can then call the API by using a PowerShell job in Azure Pipelines.
Upvotes: 0