Skip to content

Commit

Permalink
Incorporate feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahLendle authored Jul 24, 2023
1 parent b87a8dd commit d9c64e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/cicd-start-fiori/cicd-start-fiori.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ primary_tag: software-product>sap-business-technology-platform
## You will learn
- How to set up SAP Continuous Integration and Delivery
- How to create and run a basic job for an SAP Fiori project in the Cloud Foundry environment
- How to automate the builds of your CI/CD job trough a webhook in GitHub
- How to automate the builds of your CI/CD job through a webhook in GitHub

### Set up SAP Continuous Integration and Delivery

Expand All @@ -46,7 +46,7 @@ Enable SAP Continuous Integration and Delivery, add the required permissions, an

7. From the **Role Collections** section, choose **...** **→** **Assign Role Collection**.

8. From the dropdown list, select **CICD Service Administrator** and **CICD Service Developer**. Confirm your choice with **Assign Role Collection**.
8. From the dropdown list, select **CICD Service Administrator**. Confirm your choice with **Assign Role Collection**.

![Assigning the CI/CD Roles](CICD_roles.png)

Expand Down Expand Up @@ -201,8 +201,8 @@ Configure a basic job for SAP Fiori projects in the Cloud Foundry environment.

>**Note:** As this tutorial focuses on how to get started with SAP Continuous Integration and Delivery, we've decided to configure only a very basic CI/CD pipeline in it. For how to configure more elaborate ones, see [Supported Pipelines](https://help.sap.com/docs/continuous-integration-and-delivery/sap-continuous-integration-and-delivery/supported-pipelines?language=en-US&version=Cloud).
8. To run your CI/CD pipeline, create and commit a code change in your GitHub project.
8. Create and commit a code change in your GitHub project to run your CI/CD pipeline.

As a result, a build of the connected job is triggered and a new build tile appears in the **Builds** section of your job. If you choose it, the **Build Stages** view opens and you can watch the individual stages of your build run through.

>**Note:** The pipeline run might take a few minutes.
>**Note:** The pipeline run might take a few minutes.

0 comments on commit d9c64e9

Please sign in to comment.