I have a build pipeline building a Mulesoft API and deploying it to cloudhub. The API is using ObjectStore 2 and running on 4.4.0 version.
I am noticing that each time I deploy through Jenkins pipeline, the objectstore flag is getting reset and it is reproducible each time.
We are on Jenkins v2.220 (a bit old for sure), Maven 3.4, ObjectStore Mule plug in v 1.2.1.
It is really annoyinig as we see the log in Cloudhub mentioning that CI server has modified the objectstore property but can't see anything being set through commands visible on pipeline configuration. Mulesoft support team can also only see what I see in the audit logs.
Has anyone faced similar situation and is aware of the root cause? Any pointers would also be helpful.