Google Cloud Platform (GCP) - Cloud Build

Sdílet
Vložit
  • čas přidán 1. 06. 2020
  • 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/salimpadela/gcp-cl...
  • Věda a technologie

Komentáře • 22

  • @ashishpandey8766
    @ashishpandey8766 Před měsícem +2

    blessed to have this content

  • @prashantbasa2577
    @prashantbasa2577 Před 6 měsíci +1

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

  • @marouenhelali2072
    @marouenhelali2072 Před 3 lety +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.

  • @eavtur
    @eavtur Před 3 lety

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

  • @taaemoh
    @taaemoh Před 2 lety

    Thanks for the nice demo bro

  • @codepunk77
    @codepunk77 Před rokem

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

  • @rajkishormahanada6223
    @rajkishormahanada6223 Před 4 lety +2

    Nice tutorials ✌️✌️👌👌👌

  • @Ashok-oe3lo
    @Ashok-oe3lo Před rokem +1

    Thank you very much, very helpful

  • @mamun001
    @mamun001 Před 2 lety +1

    Thank you

  • @ashishpandey8766
    @ashishpandey8766 Před 29 dny

    sir kindly make more videos please please please specially on gke

  • @balajiwalebhkat
    @balajiwalebhkat Před rokem

    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 Před 3 lety

    is it in app engine standard environment or somewhere else?

    • @CloudMonkey
      @CloudMonkey  Před 3 lety

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

    • @debjyotibanerjee7750
      @debjyotibanerjee7750 Před 3 lety

      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

  • @hashimvayalar6112
    @hashimvayalar6112 Před 3 lety

    Is it possible to use GitHub enterprise in cloud build?

  • @ratikeshpathak198
    @ratikeshpathak198 Před rokem

    Why using git commands ?