Creating applications with CI/CD pipelines

You can use the Import from git option in the Developer perspective to create an application with CI/CD Pipelines.

Procedure

  1. In the Add view, click From Git to see the Import from git form.

    Import Pipeline
  2. In the Git section, enter the following sample Git repository URL https://github.com/spring-projects/spring-petclinic to create an application along with the required CI/CD pipelines. After the URL is validated, the recommended Java builder image for the codebase is automatically selected.

  3. In the General section:

    • In the Application Name field, enter a unique name for the application grouping.

    • The Name field is automatically populated based on the Git repository URL. This name is used to identify the resources created for this application.

  4. In the Pipelines section, select Add Pipeline and click Show Pipeline Visualization to see the pipeline for the application runtime.

  5. Retain the default values in the Resources section and the Advanced Options section.

  6. Click Create to create the application and see its build status in the Topology view.

  7. On the left navigation panel, click Pipelines to see the new pipeline listed in the Pipelines page.