How to Create an Agent Node in Jenkins

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

КОМЕНТАРІ • 42

  • @SportFans-1
    @SportFans-1 8 місяців тому +2

    Excellent way of teaching, calmly and in depth ! Thank you SIr !

  • @philfrei1
    @philfrei1 2 роки тому +2

    Being new to CI/CD and trying to learn it on my own, there are a number of places where I seem to have made assumptions that are faulty, making it difficult to get this to run successfully. For starters, I was trying to run this on my home Ubuntu machine. I don't understand the distinctions made about the various launch methods. Running at 13:50, the SSH connection is being refused. I'm going to start over, install on a remote server and see if things work/make more sense. I am doing this video lesson because I realized I needed to better understand how agents work in order to be able to succeed with the main goal tutorial "How to Build and Deploy a Java Web Application Using Jenkins". I like this teacher and this series, but it may be a little over my current knowledge level and it's been a challenge figuring out what the missing pieces are. There are a confusingly large number of videos on this channel.

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

    Your videos are awesome, crisp and up to the point. Thanks a lot! The video helped me in setting up a docker build agent!

  • @DevArt59
    @DevArt59 2 роки тому +2

    Best videos I've seen, thank you for in depth explanations rather than "just do this" without the why, you got my sub

  • @lawrencewamala3145
    @lawrencewamala3145 2 роки тому

    Thanks alot, really helpful! One thing i was missing was the fact that i had to add this plugin
    "SSH Build Agents" to accomplish this process

  • @ythalorossy
    @ythalorossy 2 роки тому

    Amazing explanation. Thank you very much.

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

    Amaizing explanations on the videos.

  • @ChandrashekarGaajula
    @ChandrashekarGaajula 2 роки тому +1

    Very helpful !!! Thanks for the specific instructions.

  • @praveenthuyamani101
    @praveenthuyamani101 2 роки тому +1

    Your videos are just amazing; Can you please create a playlist by reordering theses videos

  • @vishnusoman5904
    @vishnusoman5904 Рік тому +2

    "DNS set up to identify agent1" is not clear. Can you please elaborate. I tried the command at 17:21 "ssh-keyscan -H agent1 >> /var/lib/jenkins/.ssh/known_hosts" but it throws Temporary failure in name resolution

    • @joshua_hc_cr
      @joshua_hc_cr 10 місяців тому

      Hey, did you resolve this error?

  • @TheTran-tf5ri
    @TheTran-tf5ri 2 роки тому

    Many thanks! Great job!

  • @majorgear1021
    @majorgear1021 2 роки тому +1

    How do you specify which agent to run on in the JenkinsFile (pipeline file )? Can you use labels with the "agent" directive, or would you use the "agent " directive?

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

    This guy is just the best!!!

  • @prashantgaikwad4478
    @prashantgaikwad4478 2 роки тому +3

    This video doesn't show how the add HOSTNAME/IP address of an agent to the controller. Can you help in setting it up?

  • @tanvski5984
    @tanvski5984 2 роки тому

    awesome content, straightforward into what matters, thx

  • @ManuelJordan317
    @ManuelJordan317 3 роки тому +1

    Huge thanks for this video - +7 due the expanded explanation for many fields configurations

  • @godzilla47111
    @godzilla47111 6 місяців тому

    Hello Darin
    When you refer to previous videos you've recorded, could you kindly add links to those videos in the video description? It would greatly help in finding those videos and using the information provided there as a building block to understand the content in the current video.

  • @adityajha6196
    @adityajha6196 2 роки тому +2

    Can you please help with AWS ec2 as an agent

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

    very very informative, thanks

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

    Hi Darin, Thanks for the video. I have created Jenkins master in K8 Cluster and agents are Ec2 instances configured through EC2 plugin. I found some interesting issues, I could able to read
    details from secret files which are created under the workspace folder from an agent through the Jenkin pipeline and these files can access only through the root user. I understood that the jobs are running with the root user. How can I restrict my job to not read files from the fodders. In master node the Jenkins user is running with Jenkins:jenkins.

  • @jagadish86
    @jagadish86 2 роки тому

    Great video, similar to how you created new node, how do I create new node under configure clouds under manage nodes section... We do it manually now but wanted to check if their is any rest API which can help to create nodes under configure cloud option under manage nodes in jenkins

  • @dybnguyen
    @dybnguyen 2 роки тому

    Is there a video for restoring the jenkins’ data from the backup data?

  • @alioshneira2049
    @alioshneira2049 2 роки тому

    Thanks a lot, I'll do it

  • @juanpabloamorochod.752
    @juanpabloamorochod.752 3 роки тому

    You have done it yez again Darin! Great video, thanks!

  • @sureshbabukasthuri5953
    @sureshbabukasthuri5953 3 роки тому +1

    Please create a video on multi configuration job

  • @lamine7018
    @lamine7018 2 роки тому

    Great! Question please. We have to install and setup another Linux server first before create a agent ?

  • @Fiermax
    @Fiermax 3 роки тому

    Hi there, one question.
    My master use OS Windows (Windows Server 2019 Datacenter). To add a new node should I use the same OS ?

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

    amazing video

  • @charles306-e7s
    @charles306-e7s 2 роки тому

    really nice one!

  • @KayeYoze
    @KayeYoze 3 роки тому +1

    Great job! I always enjoy and learn from your videos. Could you do a video on setting up a Windows Jenkins agent as a service, please? Thanks!

  • @ksubrahmanyam7747
    @ksubrahmanyam7747 2 роки тому

    in my system after isntallation of jenkins it showing built-in node isntead of jenkins master

  • @tloy1966
    @tloy1966 3 роки тому

    What if use shared libs? Will shared libs fetch in master ?

  • @GumShoeNoir
    @GumShoeNoir 2 роки тому

    Hi Darin, thanks for the informative video. Are there any _official_, or well trusted community / contributors, ansible-playbook(s) to create agents? Or a list of tools and / or packages that should be present? I have Proxmox with VM and LXC templates that I can easily spin up a new Debian 11 for a new permanent agent node. With a list of tools, I can create a playbook, if one does not exist.

  • @שרוןד-פ4ח
    @שרוןד-פ4ח 2 роки тому

    You are so awesome

  • @ruanluies5909
    @ruanluies5909 3 роки тому

    Great video, thank you!

  • @sau002
    @sau002 2 роки тому

    Greate videos

  • @criscalo
    @criscalo 3 роки тому

    Very nice video! Do you have a similar tutorial for launching an agent by connecting it to the master?

  • @thanhvinhnguyen4710
    @thanhvinhnguyen4710 3 роки тому

    nice video, thank you very much

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

    it seems all of this is unecessarily complex

  • @PrathamGupta2408
    @PrathamGupta2408 2 роки тому

    Hi @CloudBeedDevs is not available in twitter, however I have a query, if anyone can help me with that.
    I need to connect an agent which lies in a completely different network, so I plan to use a bastian for that. The problem is that the security team doesn't want to expose anything on the hardware/OS level, and what I have access to is only the jenkins instance as an admin. I'm struggling to find a solution to connect to an agent via Bastian. Is there a way forward? (like IP address forwarding, or DNS rerouting or anything like that), pls help me.