Thursday, May 16, 2024

Setting up Google Cloud Build

 This page describes the steps to set up Cloud Build. For information about charges to Cloud Build, see Pricing.

  1. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  2. Make sure that billing is enabled for your Google Cloud project.

  3. Enable the required API.

    Enable the API

  4. Install the Google Cloud CLI, then initialize it by running the following command:

    gcloud init
  5. If you've already installed gcloud CLI previously, make sure you have the latest available version:

     gcloud components update

No comments:

Post a Comment

Different Types of Reports in Scrum - Agile

  Agile Reporting 1. Sprint Burndown At a Sprint-level, the burndown presents the  easiest way to track and report status  (the proverbial  ...