Incture
Incture logo



About Us

Who We Are

Team

Careers

Customer

Customers

Partners

Partners

Partners

Inchara - CSR

Partners

Contact Us

Latest News

Digital and AI

Overview

data AI transformation

Data & AI

  - Data Analytics

  -  Generative AI

lntegration

Application Development & Automation

  - Intelligent Process Automation

  -  Mobility & UX

cloud-computing

Cloud Platform & Solutions

Robotic Process Automation

Sustainability Management

SAP Solutions

Solutions

Oil & Gas logo

SAP Business Technology Platform

-  Application Development

-  Data Analytics

-  Artificial Intelligence

-  Integration Suite

SAP Business Data Cloud

-  BOBJ Modernization

-  BW Modernization

SAP Digital Manufacturing

SAP Fashion Manufacturing

Services

SAP Core Services

Industries

Consumer product grp logo

Consumer Products & Retail
Drive Intelligent Value with Digital

Manufacturing

Manufacturing
Digitize E2E Value Chain

Oil & Gas logo

Oil, Gas and Energy
Extend Beyond the Barrel and Grid with Digital

- Oil and Gas

-  Utilities

Life Science logo

Life Sciences
Improve Patient Outcomes and Safety

Resources

Events

Blogs

Case Studies

Press Room

Newsletter

SAP Innovation Pitch Decks

Cherrywork Digital Applications

Overview ➜

Products

Accounts Payable Automation

Master Data Governance

Solutions
Sales order automation

Sales Order Automation

Sales order automation

Supplier Collaboration Portal

Sales order automation

Smart Warehouse 2.0

Style Bridge

StyleBridge 

Style Bridge

Intake Management 

Style Bridge

Intelligent Price Management

imo icon

Intelligent Maintenance & Operations

Cherrywork.com

SAP CLOUD INTEGRATION CI/CD USING GITLAB

WRITTEN BY

Anitha K
PUBLISHED​
1st June 2022

INTEGRATION

SHARE

In this blog I have explained how to deploy and run CI/CD pipeline for SAP Cloud Integration artifact using GitLab.

By the end of this article you would be able to deploy a basic CI/CD pipeline for your artifact.

pre-requisite:
1. SAP Cloud Integration trial account.
2. An existing cloud integration flow.
3. GitLab with an active runner.

1. Create a new project in GitLab:

Menu

2. Modify the YAML config file :
Update the YAML file to deploy the integration artifact using Piper.
Piper is an open source tool to implement continuous delivery.

view merged YAML

Replace the “CREDENTIALS” value as explained below:
Go to your SAP BTP trial account > select your API instance (create a new instance, if not already done)> click on the service keys > copy the entire credentials.

{
“oauth”: {
“clientid”: “xx-xlkjjfd-asd-xxxx-0000-xxxxxx!0000|it!sssss”,
“clientsecret”: “12345–6788–45rt-adcd-asdgthkjfn_xxxxxxxxxxxx”,
“url”: “https://3xxxxxxxx.it-cpitrialxx.cfapps.us10-001.hana.ondemand.com“,
“tokenurl”: “https://3xxxxxxxx.authentication.us10.hana.ondemand.com/oauth/token
}
}

Replace the “maildemo” with your actual Iflow ID

bin/piper integrationArtifactDeploy –verbose –apiServiceKey $(CREDENTIALS) –integrationFlowId “maildemo”

deployment status

3. Run the pipeline
Click the commit changes as shown below to run the pipeline.

project information

4. Pipeline successfully triggered:
Once the pipeline is passed successfully you can see the status as shown below.

Update gitlab ci.yml file
5. Validate flow deployment
Once the pipeline is successful it will trigger the respective Cloud integration flow “maildemo”
maildemo
From the above snapshot we could conclude that whenever the pipeline runs successfully in the GitLab, it will automatically trigger the respective cloud integration flow.
Related Stories
SAP BW 7.5 to BW PCE on BDC: Enabling a Secure Lift-and-Shift Migration with Incture

SAP BW 7.5 to BW PCE on BDC: Enabling a Secure Lift-and-Shift Migration with Incture

As enterprises pivot toward cloud-first strategies, organizations running SAP BW 7.5 on-premises face the challenge of modernizing without losing years of investment in data infrastructure. This case study explores how Incture enabled a seamless SAP BW 7.5 to BW PCE migration using a structured lift-and-shift approach on SAP Business Data Cloud (BDC). By leveraging automated assessment accelerators and SAP-aligned technical rigor, the engagement provided a stable, scalable, and future-ready foundation. Discover how to achieve a secure transition to a cloud-hosted BW environment while ensuring operational continuity and minimal business disruption.

Strengthening compliance, quality, and operational agility across Life Sciences

Strengthening compliance, quality, and operational agility across Life Sciences

Across the Life Sciences industry, companies face pressure to modernize operations while maintaining compliance and quality standards. Complex supply chains, regulatory needs, and the move toward personalized care demand innovation across clinical, manufacturing, and commercial functions. Managing fragmented data and ensuring audit-ready processes remain key challenges. Digital transformation powered by scalable, intelligent platforms like SAP BTP enables enterprises to connect data, automate processes, and enhance decision-making with agility and efficiency.

author avatar
Anitha K