Indeed, you need the ability to have multiple agents running in parallel to
be able to do multiple jobs in parallel. The best way to achieve this
depends on 1) your installation/deployment choice 2) your agent
requirements 3) whether you are experimenting or thinking about a
production deployment.

If you want to use "static" agents directly as processes at OS level, there
is
https://docs.gocd.org/current/advanced_usage/admin_install_multiple_agents.html

Otherwise you can use "elastic" (dynamically created) agents
<https://docs.gocd.org/current/configuration/elastic_agents.html> via a
plugin <https://www.gocd.org/plugins/#elastic-agents>, e.g to run multiple
agents on a single host within Docker (here
<https://github.com/gocd-contrib/docker-elastic-agents-plugin>), or if you
are familiar with Kubernetes running GoCD or its agents inside Kubernetes
(use either multiple static agents, or elastic agents - even for
experimenting locally).

-Chad

On Thu, Jan 4, 2024 at 5:40 PM Sriram Narayanan <sriram...@gmail.com> wrote:

> No
>
> On Thu, 4 Jan 2024 at 3:02 PM, Vijay A <vijayakumaran...@gmail.com> wrote:
>
>>
>> I have installed GoCD server. And Installed one GoCD Agent.
>>
>> Now i created a new pipeline : Pipeline1
>>
>> Created one stage : Stage1
>>
>> Now two jobs: Job1 and Job2
>>
>> As i am having one GoAgent, does these two jobs will be executed
>> parallely.is there any way to achieve this ?
>>
>> Yes, add a second good agent. Ensure that both the go agents and The job
> are marked as the same “resource”.
>
>
> --
>> You received this message because you are subscribed to the Google Groups
>> "go-cd" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to go-cd+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/go-cd/b832fcba-6af7-4516-8420-3e97055bf486n%40googlegroups.com
>> <https://groups.google.com/d/msgid/go-cd/b832fcba-6af7-4516-8420-3e97055bf486n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to go-cd+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/go-cd/CANiY96aAwLpWERzOoeecEksG0NY1im3V4X6FQO9HReC%3DMXQYAA%40mail.gmail.com
> <https://groups.google.com/d/msgid/go-cd/CANiY96aAwLpWERzOoeecEksG0NY1im3V4X6FQO9HReC%3DMXQYAA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/CAA1RwH8QWsOFZ8SnevVkXScP01bCFKUt6g--vWpY5Q%2B9zXo%2BDg%40mail.gmail.com.

Reply via email to