Question
Capgemini
GB
Last activity: 7 Aug 2019 12:04 EDT
Issue with delegated rules
We use Jenkins pipeline to move application from dev all the way to production. The RAP packages all the applications along wiht production rulesets. The issue we are facing is the pipeline overrides the delegated rule changes done in the production environment.
Dev team has no access to production, so we dont know what changed there.
To overcome this issue, I tried below approach:
Say ProdSupport:01-01-01 is what we are packing as a production ruleset in our application as a locked ruleset version.
We have ProdSupport:01-01-02 exists in production as an empty ruleset so that delegated rule changes can be saved here.
Issue I face is that the checkout button is no longer shown due to ProdSupport:01-01-01 locked.
Even if I keep it open, the rule is getting saved in to same verion.
Has anyone solved this issue in there projects having devops practise?
Thank you