SAP CCV2

Build and deploy applications to SAP Commerce Cloud (CCV2) productive environments. Requires two dedicated pipeline steps — one for Build and one for Deploy.

circle-info

Prerequisites

  • SAP CCV2 tool created and registered in Opsera Tool Registry

  • SAP Commerce Cloud subscription code availableApplication code and target branch identified for deployment

Pipeline setup

1

Create the Build step

Tool = SAP CCV2, Step Type = Build.

Field
Description

SAP CCV2 Tool

The registered SAP CCV2 tool

Subscription Code

Your SAP CCV2 subscription identifier

Tool Action Type

Set to Build

Build Name

Unique name used to reference this build in the Deploy step

Application Code

The application to build

Branch

Branch to build from

2

Create the Deploy step

Click +. Tool = SAP CCV2, Step Type = Deploy.

Field
Description

Tool Action Type

Set to Deployment

Build Step ID

The Build step name created above

Environment

Target CCV2 environment

Database Update Mode

Type of database migration to run alongside deployment

Strategy

Deployment strategy type (e.g. rolling, blue-green)

3

Run and monitor

Click Start Pipeline. View logs at Summary → Pipeline Logs.

circle-info

Points to remember

  • The Build Name set in the Build step is the identifier used by the Deploy step's Build Step ID field — ensure these match exactly.

  • The Deploy step will only trigger after the Build step succeeds — pipeline halts at any failed step preventing partial deployments.

  • Database Update Mode affects how SAP CCV2 handles schema migrations during deployment — choose carefully based on your environment's data safety requirements.

Last updated