Is there any way to rollback build for microservice like we can do for UI builds

*Product/components used and version/fix level:

Cumulocity Production

*Detailed explanation of the problem:

How can we rollback our deployed build in microservice like we can do it in UI. Is there any process we can follow? Please let me know if there is any way.

Thanks,
Samanyu

Hi Samanyu,

microservice binaries are not stored in Cumulocity due to their size so this functionality is not available.

Best regards,
Harald

2 Likes

In addition to Haralds answer:

You should handle this rollback and deployment in an external tool / pipeline like jenkins or github actions using the application REST API.

So if your current build is having issues, just upload an older release to the platform. It might be necessary to delete the application and re-create it because there are some versions checks when not using “SNAPSHOT” in the version.

1 Like

Okay Thank you

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.