From 5c7a3e6860c11f0c1673e51a9cbed7da8fac137d Mon Sep 17 00:00:00 2001 From: Daniel Kurzynski Date: Fri, 27 Mar 2020 16:03:04 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b70d327a..04dedc01 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ Find here the samples for the openSAP course [Building Applications with the SAP Cloud Application Programming Model](https://open.sap.com/courses/cp7). +## Notes on the Demo in Week 4 Unit 4 +To add all pipeline specific file to your project, run the following command: + +```sh +cds add pipeline +``` + +Details on how to start your Jenkins in your own environment can be found in the (Operations Guide)[https://github.com/SAP/devops-docker-cx-server/blob/master/docs/operations/cx-server-operations-guide.md]. + +Please note that other than shown in the video Jenkins now is secured by default with an admin user and password. +After you have started Jenkins with the command `cx-server start`, you can get the initial password by running `./cx-server initial-credentials`. + ## Get Access to SAP Business Application Studio The recommended environment for the course is SAP Business Application Studio. Watch [unit 2 of week 1](https://open.sap.com/courses/cp7/items/51pzQUzbXHr2kdbOmVs6jI) for how to get access.