Lab 6 - Use the created toolchain

In the toolchain you see:

Step 1: Visit the create GitLab project inside IBM Cloud

Open the GitLab repository in a new browser tab.

Step 2: Take a look in the cloned Cloud Native Starter project

Step 3: Go back to the toolchain and visit the delivey pipeline

Step 4: In the delivery pipeline you see two stages

Wait until the stages and their jobs are executed.

  • FETCH Does copy the source code in the Fetch code job, to the pipeline to provide the source code as an input for the DEPLOY SERVICES Stage

  • DEPLOY SERVICES Does a build and deploy job to deploy the authors microservice to the Kubernetes cluster on IBM Cloud.

Last updated