diff --git a/tutorials/cicd-start-fiori/cicd-start-fiori.md b/tutorials/cicd-start-fiori/cicd-start-fiori.md index 15c104d..8fea85d 100644 --- a/tutorials/cicd-start-fiori/cicd-start-fiori.md +++ b/tutorials/cicd-start-fiori/cicd-start-fiori.md @@ -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 @@ -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) @@ -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. \ No newline at end of file + >**Note:** The pipeline run might take a few minutes.