In this exercise, you will create your own copy of this repository and optionally, set up a subaccount on your SAP Business Technology Platform (SAP BTP) Trial account.
-
On the main page of this repository, choose Fork on the top right.
-
Make sure that the Owner matches the GitHub account that you want to use for this session. All the other information can remain the same.
-
Choose Create Fork. You are now brought to a copy of the repository in your GitHub account.
Please complete the following steps, if
- you don't have the automatically created subaccount named "trial" in your SAP BTP trial account, or
- your "trial" subaccount is in a region other than "US East (VA)".
-
In your SAP BTP trial account, choose Create, and from the drop-down list, choose Subaccount.
-
For Region, choose
US East (VA)
. -
Enter a Display Name and a Description. We chose the following:
Display Name:
cicdTrial
Description:
Subaccount for TechEd 2022 session XP280: Combining SAP Continuous Integration and Delivery with SAP Cloud Transport Management to easily deploy to a productive system.
-
Choose Create.
-
To open your newly created subaccount, click on its name. The next exercises will all be completed within this subaccount.
If in the Service Marketplace in your subaccount, you didn't see the Continuous Integration & Delivery tile, execute the following steps.
-
In your subaccount in the SAP BTP cockpit, choose Entitlements.
-
In the Entitlements overview of your subaccount, choose Configure Entitlements.
-
Choose Add Service Plans.
-
In the text box, enter and search for
continuous
and choose Continuous Integration & Delivery. -
In the Service Details: Continuous Integration & Delivery pane, check the box next to trial (Application) and choose Add 1 Service Plan.
-
Back in the Entitlements overview of your subaccount, choose Save.
Your new subaccount cicdTrial
has now all the prerequisites to run this session.
You now have everything you need to successfully go through this TechEd session:
- Your own fork of the session's GitHub repository
- A subaccount in the correct region in your SAP BTP trial account
Please continue to the next exercise, Exercise 1 - Create a Job in the SAP Continuous Integration and Delivery service.