cancel
Showing results for 
Search instead for 
Did you mean: 

GitHub Actions for SAP Commerce Cloud in CCV2

anilkreddy-cts
Explorer
0 Kudos
927

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
kai_unewisse3
Active Contributor
0 Kudos

Hi,

There is a CX Works article on that with Jenkins:

https://www.sap.com/cxworks/article/2589633412/implement_continuous_delivery_with_sap_commerce_cloud...

I am using not Github for Tests and sending to sonarcloud, but it should also work there.
I assume the underlying question is, where do i get the binaries (platform) of SAP Commerce cloud?

We have a separate repo for the platform (see in the article as "Core Commerce zip" same binaries you have for your local SAP Commerce when developing) and another for the java version which is the together used for the build.


Kai

anilkreddy-cts
Explorer
0 Kudos

Hello Kai, we are have Jenkins setup but looking to eliminate the Jenkins altogether and replace with GitHub Actions.