CI-CD Agent Set-up With Multi-agent Pipeline

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Jenkins agent architecture:-
    involves a master-slave setup. The Jenkins master controls build jobs and delegates them to agents (slaves) for execution. Agents can be on the same machine as the master or on remote machines. They communicate through a combination of Java Web Start and JNLP (Java Network Launch Protocol). Agents handle job execution, sending updates to the master, and receiving instructions for tasks. This distributed architecture enhances scalability and flexibility in Jenkins CI/CD workflows.
    -----------------------------------------------------------------------
    In Jenkins, a multi-agent pipeline refers to a pipeline job that can distribute its execution across multiple agents (slaves). This allows parallel execution of tasks on different agents, improving build and deployment efficiency. To set up a multi-agent pipeline
    ----------------------------------------------------------------------
    #devops #aws #awsdevops
    #jenkins
    #jenkinspipeline
    #agent
    #jenkinsagent
    #jenkinsagentsetup
    #multiagent

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

  • @kamleshwarsparsh
    @kamleshwarsparsh 6 หลายเดือนก่อน

    Explained in very simple way. Thanks !!!!

  • @kashifsadiq4145
    @kashifsadiq4145 7 หลายเดือนก่อน

    Great