GitLab CI CD Tutorial For Beginners | How To Setup GitLab Runner On Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2024

ความคิดเห็น • 24

  • @ReyAlexam
    @ReyAlexam 2 ปีที่แล้ว +1

    I'm new to CICD and you're making it simple! excited for next videos thank you

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      Wishing you all the best for your learning Journey.

  • @naresh-neela
    @naresh-neela 3 ปีที่แล้ว +1

    Thank you very much. For the video.

  • @anginhphong1767
    @anginhphong1767 2 ปีที่แล้ว

    thank you

  • @HitachiSolutions-n6t
    @HitachiSolutions-n6t 2 หลายเดือนก่อน +1

    cant we proceed cicd without configuring runners?

    • @Thetips4you
      @Thetips4you  2 หลายเดือนก่อน

      What do you mean by without runners?

    • @HitachiSolutions-n6t
      @HitachiSolutions-n6t 2 หลายเดือนก่อน

      @@Thetips4you without setting up the specific runners as a separate machine to run the yaml file

  • @hazemalbittar6840
    @hazemalbittar6840 3 ปีที่แล้ว

    If we have many develoopers working in the same repo each one will push his code so does each one need to install runner to run ci cd ?

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Runner is not required for pushing the code. More over each developer will be working on their feature branches and not on the main branches. Runner is is only required for running the CICD Job, If everyone is going to use separate machines to run the build, yes you will have to configure them. If not you can go with shared runner setup as well.

  • @dconwheels5309
    @dconwheels5309 3 ปีที่แล้ว

    do we need add executer depands on our job like docker terraform

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Yes, you have to add the specific executor for the runner. You can register the same host multiple time as well with different executor.

  • @easilyCoded
    @easilyCoded 3 ปีที่แล้ว

    I registered the runner successfull. But after executing gitlab-runner.exe install
    I'm getting this error:
    FATAL: Failed to install gitlab-runner: Access denied. Please how can I resolve this issue

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Did you tried running command prompt, run as administrator?

    • @easilyCoded
      @easilyCoded 3 ปีที่แล้ว

      @@Thetips4you no, I don't know when and where to apply that step tbh

  • @bablisahu5607
    @bablisahu5607 2 ปีที่แล้ว

    FATAL: Failed to start gitlab-runner: The system cannot find the file specified. Getting this error, and no solutions are working

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      Are you running Gitlab runner on Linux, Windows , Docker ?

    • @bablisahu1651
      @bablisahu1651 2 ปีที่แล้ว

      @@Thetips4you windows

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว

      Did you made any changes to the installation? Also you need to check the permissions to the user account under which the service is running.

    • @bablisahu1651
      @bablisahu1651 2 ปีที่แล้ว

      @@Thetips4you no, I followed the same procedure, and I even created a new user with administrative privileges but it is still not working