Find here the samples for the openSAP course Building Applications with the SAP Cloud Application Programming Model.
To add all pipeline specific file to your project, run the following command:
cds add pipeline
Details on how to start your Jenkins in your own environment can be found in the Operations Guide.
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
.
The pipeline documentation can be found here.
The recommended environment for the course is SAP Business Application Studio. Watch unit 2 of week 1 for how to get access.
In SAP Business Application Studio, open a terminal. Then clone the repo with this specific branch:
git clone https://github.com/sap-samples/cloud-cap-samples -b openSAP-week4-unit4
cd cloud-cap-samples
In the cloud-cap-samples
folder run:
npm install
Check out the cap docs at https://cap.cloud.sap.
In case you find a bug or need support, please open an issue in here.
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under SAP Sample Code License Agreement, except as noted otherwise in the LICENSE file.