cancel
Showing results for 
Search instead for 
Did you mean: 

Blue green Strategy for Hybrid Model-UI in CF and oData in on-prem

akshaya_p
Contributor
0 Kudos

Hi All,

We have SAP Fiori apps set up in cloud foundary . They use oData services from on-prem gateway systems. We have CI/CD pipelines automated for UI code from git and we use SAP TMS for transport management of UI Code. in SAP TMS we have selected deployment option as Blue/Green strategy.

Can you please help on how do we test it?

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hi aks1591,

have you checked the documentation at Blue-Green Deployment Strategy? It seems you need to check if SAP TMS adds the --skip-testing-phase option to the cf deploy command. If it does the step where you can check the temporary route will not be possible.

Best Regards
Gregor

akshaya_p
Contributor
0 Kudos

The deployment is is through CI/CD from git and thereon TMS has this blue-green strategy enabled so where can i check if --skip-testing-phase is added by TMS?

gregorw
Active Contributor
0 Kudos

Have you tried to find some details in the logfiles?