In this exercise, we will create and run the SAP Continuous Integration and Delivery service job. this job will upload the integration flow in to SAP cloud integration Design time, deploy to the runtime and get the runtime execution status.
-
Login to the SAP Continuous Integration and Delivery service using instructor provided URL and tenant booker app generated login credentials.

-
Provide repository details and remove the WEBHOOK Event Receiver.
Name = <USERID>-CICD
Clone URL = https://github.com/<'GitHub-User'>/IN180.git
click on Add button which will create a new repository.
-
Creating a new SAP Continuous Integration and Delivery job with generic details as shown below
Job Name = <USERID>-Job
Branch = <USERID>-CICD
Repository = <USERID>-CICD
Pipeline = SAP Integration Suite Artifacts
Note:- Replace <'USERID'> with your login user id.
- Provide the job configuration for SAP Integration Suite pipeline General Parameters.
Flow ID = <USERID>-flow4
Design Time Authentication = techedServiceKeyCred
Note:- Replace <'USERID'> with your login user id. Replace techedServiceKeyCred with Cloud integration tenant name. Please note that, the CI/CD Service is already configured with credentials for the Tenant access (for example 'teched-eu01').
- Turn on the Upload and Deploy command and provide the configuration.
Flow Name = <USERID>-flow4
Package ID = CICD
Click on Create to create a new CI/CD job.
-
Select the CI/CD Job you have just created and trigger the build

-
All the Steps or Stages in the job should be Successfully completed

After completing above steps, we can verify in the integration suite tenant that Integration flow artifact created in the Design time , also deployed in the runtime and in the message monitoring status its execution is successful
- Login to the SAP Cloud integration tenant with tenant booker app provided credentials.
-
In the design time search and open the package CICD, move to the tab Artifacts and verify that your user-specific flow was created.

-
Select Manage Integration Content under monitoring integration scenarios.

-
Verify in the runtime for deployed integration artifacts, integration flow deployed or not!.

-
First click on Monitor Message processing link for deployed integration artefact

-
Finally we can check the Message monitoring for the execution status of the integration flow.

You've now successfully created/executed an SAP Continuous Integration and Delivery service job for integration Suite, automating various tasks such as Upload, Deploy and Message Monitoring Status check.









