cancel
Showing results for 
Search instead for 
Did you mean: 

GitHub Actions for SAP Commerce Cloud in CCV2

anilkreddy-cts
Explorer
0 Kudos

Hello Community,

Anyone here had setup GitHub Actions with SAP Commerce Cloud code repository? How are you building the code without platform?

We are trying to setup sonar cloud, codeql analysis

Thanks

View Entire Topic
samuelyang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Anil,

In that case, if you want to replace Jenkins altogether with GitHub Actions, you can still leverage the CCv2 automation API or CLI tools and start a build and deployment on the CCv2 automation platform from GitHub Actions.

To build and deploy SAP Commerce codes, you can either your local Dev environment or the CCv2 automation platform, GitHub Actions like Jenkins is just a cloud based CICD server for building automation pipelines, it does not support the runtime environment for SAP Commerce. You still need the SAP Commerce platform to build and deploy your Commerce codes, either locally or in the CCv2 cloud.