IBM Cloud Docs
Getting started with Continuous Delivery

Getting started with Continuous Delivery

Adopt a DevOps or DevSecOps approach by using IBM Cloud® Continuous Delivery, which includes open toolchains that automate the building and deployment of applications. You can get started by creating a simple deployment toolchain that supports development, deployment, and operations tasks.

Although the Continuous Delivery and Toolchain services are designated as IBM Cloud for Financial Services Validated, this designation does not apply to all of the tools that you can integrate into toolchains. For more information about which tool integrations and tools are designated as IBM Cloud for Financial Services Validated when they are used with Continuous Delivery toolchains, see Understanding tool integrations with IBM Cloud for Financial Services.

If you already have an instance of Continuous Delivery, you can create a toolchain or view existing toolchains.

Prerequisites

Before you can create a continuous delivery toolchain from a template, you must create an instance of Continuous Delivery by selecting it from the IBM Cloud catalog. The toolchain integrates tools for planning, developing, deploying pipelines, and managing your applications. You can always add or remove tools from your toolchains. If you already have toolchains, you can view existing toolchains. For more information about working with toolchains, see Using toolchains.

Step 1: Select a toolchain template

To quickly find the toolchain template that addresses your specific requirements, select the appropriate checkboxes to filter by deployment target, tools, and practices.

  1. On the Create a Toolchain page, click a toolchain template.

  2. Review the description of the toolchain that you are about to create. Depending on the type of template that you select, you can review this information on the Welcome page or from the About tab. Some templates provide a diagram that shows how each tool is connected to perform the template's objective.

    The diagram in the following image is an example. When you create a toolchain, the diagram shows each tool integration that is part of the toolchain.

    Toolchain_diagram
    Figure 1. Toolchain diagram

Step 2: Create a toolchain

  1. Review the default information for the toolchain settings:

    • The toolchain's name identifies it in IBM Cloud. If you want to use a different name, change the toolchain's name.
    • The region to create the toolchain in. If you want to use a different region, select it from the list of available regions.
    • The resource group to create the toolchain in. If you want to use a different resource group, select it from the list of available resource groups.
  2. Enter the requested information in each section of the template, as required. For more information about configuring the tool integrations, see Configuring tool integrations.

  3. Click Create. Several steps run automatically to set up your toolchain. The tool integrations that are set up are different depending on which toolchain template you selected. For example, when you create a DevSecOps Continuous Integration (CI) toolchain, these steps are run:

    • The toolchain is created.
    • Delivery Pipelines are created and configured based on the information that you provided.
    • Source control repositories (repos) are configured for your inventory, compliance evidence, issue tracking, and a sample application for you to get started.
    • DevOps Insights and SonarQube are configured to run automatically in your pipeline.
    • If you configured a secrets management tool such as IBM® Key Protect for IBM Cloud®, IBM Cloud® Secrets Manager, or HashiCorp Vault, secrets such as API keys are securely stored and retrieved by your pipeline.
    • If you configured Slack, the toolchain is set up to send notifications about deployment status to the Slack channel that you specified.

After the toolchain is created, a notification appears that provides a link to a tutorial to learn more about how to use the template.

Next steps

Check out the available toolchain templates and tutorials.

Terraform resources and data sources, SDKs, and HTTP APIs

You can use Terraform to create and manage toolchains, tool integrations, and Tekton delivery pipelines as code. For more information about using Terraform with Continuous Delivery, see Setting up Terraform for Continuous Delivery and try the Terraform toolchain template to Develop a Kubernetes app with Helm toolchain.

You can use HTTP APIs and programming language SDKs to create, read, update, delete, and more against toolchains, tool integrations, and Tekton delivery pipelines. For more information about these APIs and SDKs, see Continuous Delivery Toolchain v2 and Continuous Delivery Tekton Pipeline v2 in the API & SDK reference library.