Can we run multiple jobs in parallel having just one GoCD agent?

1.2k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

No, one agent only runs one job at a time.

You can, however, run multiple agents in parallel on the same machine, so that you can execute several jobs in parallel.