Recent searches
No recent searches
CICD pipeline for updating a support app is running indefinitely
Posted Jul 29, 2024
I have created a support app and set up a CI/CD pipeline using Azure DevOps with the zcli apps:update command. The app communicates with an external API hosted in Azure API Management with OAuth.
The problem is that the pipeline does not end even after updating the app. The update task is running indefinitely as shown in the screenshot.

Any help will be appreciated.
Thanks.
0
2
2 comments
Greg Katechis
This is actually something that our dev team is aware and working on at the moment. I don't have an ETA for it, but the last that I heard was that they were hoping for a fix sometime this quarter.
In the interim, I see that you commented on another thread where Eric had mentioned a solution and you were looking for additional info. That information can be found here.
Let us know if you have any questions about this.
1
Shafeeq TS
Greg Katechis thanks for the quick response. Good to know that the fix is on its way :)
I had commented on the other thread because When I added a timeout to the update task in the pipeline, it showed a trace to enter the token value.
Then I passed the OAuth token into the zcli.apps.config.json as Eric mentioned, but there was no change in the output.
Here is my pipeline code:
And the zcli.apps.config.json file is:
Any thoughts on this?
0