SETUP SLAVE AGENT IN JENKINS

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 34

  • @songterence4186
    @songterence4186 Рік тому +1

    Awesome explanation. Your knowledge is amazing. Thank you.

  • @aqeeakhtar779
    @aqeeakhtar779 Рік тому

    Thank you for this valuable effort to make us understand this concept of master slave in jenkins. I watched the video and later I practiced it and I was successful in this.

    • @RanjitSwain
      @RanjitSwain  Рік тому +1

      Thanks for your valuable comment. Glad it helped you!

  • @kiranbhulokam6712
    @kiranbhulokam6712 10 місяців тому +1

    If your agent is not connecting to the master, then open Inbound 50000 port on the master instance (Security group)

  • @darksidegamer9340
    @darksidegamer9340 4 місяці тому +1

    Very helpful Thank you brother...

    • @RanjitSwain
      @RanjitSwain  4 місяці тому

      Thanks for your comment!
      Glad it helped you.

  • @mobitech4203
    @mobitech4203 Рік тому +1

    wow you nail it bro.bahut badhia

  • @subbam348
    @subbam348 4 місяці тому +1

    Hello, the terminal you are executing the curl script, which terminal is that and how do I connect to that terminal, thanks.

    • @RanjitSwain
      @RanjitSwain  4 місяці тому +1

      Hi @subbam348, that is the agent machine which you want to setup as agent in Jenkins.
      The curl command is used to download the agent.jar file in the agent machine.

  • @smrutinayak3190
    @smrutinayak3190 7 місяців тому

    how to give custom workspace in pipeline script if we have 2 stages or more than that and how to stash report in stages

  • @peterwoo2718
    @peterwoo2718 Рік тому

    thanks for sharing, it's very helpful!

  • @batistababu3038
    @batistababu3038 8 місяців тому +1

    I've Jenkins set up in my local machine (locahost:8080). And I want my Ec2 machine to be made as Agent. Will this method work?

  • @adityapratapsingh4776
    @adityapratapsingh4776 11 місяців тому

    Hy Ranjit , When i am trying to perform the curl operation in the ec2 linux machine so nothing is getting cloned

    • @RanjitSwain
      @RanjitSwain  11 місяців тому

      Hi, curl command will download the agent.jar file. make sure before executing the curl command if your IP address has been changed then the same change in the System config page.

  • @smrutinayak3190
    @smrutinayak3190 8 місяців тому

    I've Jenkins set up in my local machine (locahost:8080).is it required to set up the any agent or node ?

    • @RanjitSwain
      @RanjitSwain  8 місяців тому

      Hi Smruti, based on your requirements you need to setup agents in Jenkins.
      If your build can be done in the Jenkins server itself then no need of agent.

  • @Madhurisahoo-t5x
    @Madhurisahoo-t5x Рік тому +1

    Hello Ranjit,
    I want to call my ansible yml file, which is there in github from terraform file , could you please guide me on it.

    • @RanjitSwain
      @RanjitSwain  Рік тому

      Hi, yes by using terraform provisioner we can execute Ansible from Terraform. I will creat a video shortly.

  • @redfly2963
    @redfly2963 Рік тому +1

    I tried this same , after closing the command prompt agent is stopping

    • @RanjitSwain
      @RanjitSwain  Рік тому

      Hi, you can run those commands in backend to avoid termination

  • @sravaniregalla3125
    @sravaniregalla3125 Рік тому

    I wanted to execute few helm commands from my script. But that jenkins node does not contain helm. Can you please help??

    • @RanjitSwain
      @RanjitSwain  Рік тому

      Hi @sravaniregalla3125, first make sure the helm is installed in the node machine where yu want to execute the script.

  • @rohitw5086
    @rohitw5086 Рік тому

    Nice ranjit sir

  • @swatisinghchauhanchauhan6096

    after connecting my slave agent, my jenkins is not working (not opening) please please help

    • @RanjitSwain
      @RanjitSwain  Рік тому

      It shouldn't be the case. Could you restart your Jenkins once in backend.

  • @NotADevOps
    @NotADevOps Рік тому

    its http , what about https connects ??