Google Cloud Platform (GCP) - Cloud Build

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Cloud Build is a service that executes your builds on Google Cloud Platform's infrastructure.
    Cloud Build can import source code from a variety of repositories or cloud storage spaces, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives.
    You can write a build config to provide instructions to Cloud Build on what tasks to perform. You can configure builds to fetch dependencies, run unit tests, static analyses, and integration tests, and create artifacts with build tools such as docker, gradle, maven, bazel, and gulp.
    Cloud Build executes your build as a series of build steps, where each build step is run in a Docker container. Executing build steps is analogous to executing commands in a script.
    Git repo:
    gitlab.com/sal...

Комментарии • 22

  • @ashishpandey8766
    @ashishpandey8766 2 месяца назад +2

    blessed to have this content

  • @prashantbasa2577
    @prashantbasa2577 8 месяцев назад +1

    Awesome explanation and the good thing is everything is explained in a practical approach!! Great work!!

  • @marouenhelali2072
    @marouenhelali2072 4 года назад +2

    Nice video man very helpful. Thanks for showing us the hard/easy was of adding the permission. I always used the easy was but was wondering what was happening under the hood.

  • @codepunk77
    @codepunk77 Год назад

    your channel is helping me a lot with my learning, thanks from mexico

  • @rajkishormahanada6223
    @rajkishormahanada6223 4 года назад +2

    Nice tutorials ✌️✌️👌👌👌

  • @Ashok-oe3lo
    @Ashok-oe3lo 2 года назад +1

    Thank you very much, very helpful

  • @eavtur
    @eavtur 3 года назад

    Man, tnx for your absolutely an amazing tutorial !!!

  • @taaemoh
    @taaemoh 2 года назад

    Thanks for the nice demo bro

  • @mamun001
    @mamun001 2 года назад +1

    Thank you

  • @ashishpandey8766
    @ashishpandey8766 2 месяца назад

    sir kindly make more videos please please please specially on gke

  • @balajiwalebhkat
    @balajiwalebhkat Год назад

    hi i am getting error Failed to trigger build: generic::invalid_argument: invalid bucket "logs-codebuild-daring-fin-364704"; builder service account does not have access to the bucket

  • @debjyotibanerjee7750
    @debjyotibanerjee7750 3 года назад

    is it in app engine standard environment or somewhere else?

    • @CloudMonkey
      @CloudMonkey  3 года назад

      Sorry. What is in app engine standard environment? I don’t understand your question.

    • @debjyotibanerjee7750
      @debjyotibanerjee7750 3 года назад

      Actually I am getting an error while deploying a flask application. Can you please tell me how to solve that or what this error is about?
      ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build bad1c1cc-88d9-4833-aa46-116977912aba status: FAILURE

  • @ratikeshpathak198
    @ratikeshpathak198 Год назад

    Why using git commands ?

  • @hashimvayalar6112
    @hashimvayalar6112 3 года назад

    Is it possible to use GitHub enterprise in cloud build?

    • @CloudMonkey
      @CloudMonkey  3 года назад

      I know you can use GitHub so I believe you can. Search for GitHub Cloud Build App.

    • @TheCALMInstitute
      @TheCALMInstitute 3 года назад

      Yes.