Skip to content

Commit 45cdc81

Browse files
committed
2 parents a284661 + b9a0d3a commit 45cdc81

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ The guidance is divided into several groups of tutorials when published on the [
5555

5656
- [Consume Remote Services from a Mock Server in Your Full-Stack CAP Application Following the SAP BTP Developer's Guide and Deploy to SAP BTP, Cloud Foundry Runtime](). This group includes the following tutorials:
5757
- [Introduction to Remote Service Connectivity](https://developers.sap.com/tutorials/remote-service-intro.html)
58-
- [Get the Business Partner API and Extend the Incident Management Application](https://developers.sap.com/tutorials/remote-service-extend-cf.html)
58+
- [Get the Business Partner API and Extend the Incident Management Application](https://developers.sap.com/tutorials/remote-service-extend.html)
5959
- [Test the Extended Incident Management Application with the Business Partner API](https://developers.sap.com/tutorials/remote-service-run-dev-test.html)
6060
- [Install a Mock Server in the SAP BTP, Cloud Foundry Runtime](https://developers.sap.com/tutorials/remote-service-set-up-mock-cf.html)
6161
- [Deploy and Run the Incident Management Application in the SAP BTP, Cloud Foundry Runtime with a Mock Server](https://developers.sap.com/tutorials/remote-service-deploy-with-mock-cf.html)
6262

6363
- [Consume Remote Services from S/4HANA Cloud in Your Full-Stack CAP Application Following the SAP BTP Developer's Guide and Deploy to SAP BTP, Cloud Foundry Runtime]() This group includes the following tutorials:
6464
- [Introduction to Remote Service Connectivity](https://developers.sap.com/tutorials/remote-service-intro.html)
65-
- [Get the Business Partner API and Extend the Incident Management Application](https://developers.sap.com/tutorials/remote-service-extend-cf.html)
65+
- [Get the Business Partner API and Extend the Incident Management Application](https://developers.sap.com/tutorials/remote-service-extend.html)
6666
- [Test the Extended Incident Management Application with the Business Partner API](https://developers.sap.com/tutorials/remote-service-run-dev-test.html)
6767
- [Configure Connectivity Between SAP S/4HANA Cloud and SAP Business Technology Platform](https://developers.sap.com/tutorials/remote-service-configure-connectivity.html)
6868
- [Deploy and Run the Application on Cloud Foundry with SAP S/4HANA Cloud Backend](https://developers.sap.com/tutorials/remote-service-deploy-to-cf.html)

tutorials/set-up-cicd/set-up-cicd.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,31 @@ In this example, we're creating a repository on GitHub. You need a [GitHub](http
226226

227227
<!-- border; size:540px --> ![Configure stages](./configure-stages.png)
228228

229+
230+
#### Add unit tests and configure release
231+
232+
1. In the **Additional Unit Tests** section, switch the toggle button to **ON**.
233+
234+
2. Enter **test** in the **npm Script** field.
235+
236+
<!-- border; size:540px --> ![Add unit tests](./add-unit-tests.png)
237+
238+
3. In the **Release** section, switch the toggle **Deploy to Cloud Foundry Space** to **ON**.
239+
240+
4. Provide the required information for your account and complete the job creation:
241+
242+
- Enter the URL of your API endpoint in the **API Endpoint** field.
243+
- Enter the name of your Cloud Foundry organisation in the **Org Name** field.
244+
- Enter the name of your development space in the **Space** field.
245+
246+
> You can get the values from your subaccount's **Overview** page in the SAP BTP cockpit.
247+
248+
- Select **standard** from the dropdown in the **Deploy Type** field.
249+
- Open the value help in the **Credentials** field and choose the credential **cf** that you created in **Step 5: Add credentials**.
250+
- Choose **Create**.
251+
252+
<!-- border; size:540px --> ![Configure release](./configure-release.png)
253+
229254
[OPTION END]
230255

231256
[OPTION BEGIN [Java]]
@@ -242,15 +267,7 @@ In this example, we're creating a repository on GitHub. You need a [GitHub](http
242267

243268
<!-- border; size:540px --> ![Configure stages](./configure-stages-java.png)
244269

245-
[OPTION END]
246-
247-
#### Add unit tests and configure release
248-
249-
1. In the **Additional Unit Tests** section, switch the toggle button to **ON**.
250-
251-
2. Enter **test** in the **npm Script** field.
252-
253-
<!-- border; size:540px --> ![Add unit tests](./add-unit-tests.png)
270+
#### Configure release
254271

255272
3. In the **Release** section, switch the toggle **Deploy to Cloud Foundry Space** to **ON**.
256273

@@ -268,6 +285,9 @@ In this example, we're creating a repository on GitHub. You need a [GitHub](http
268285

269286
<!-- border; size:540px --> ![Configure release](./configure-release.png)
270287

288+
[OPTION END]
289+
290+
271291
### Create a GitHub webhook
272292

273293
1. Navigate to the **Repositories** tab and choose the **incident-management** repository that you created. Under the **Webhook Event Receiver** tab, choose **Webhook Data**.

0 commit comments

Comments
 (0)