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?
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.