Back to Gocd

GoCD server

jetty/src/main/resources/loading.page.html

25.4.0926 B
Original Source

GoCD server is starting. Please wait

GoCD Server Loaded - Click Here

Unable to contact the GoCD server. It might not have started. Please check the server logs.

Check out these GoCD concepts in the meantime:

The source of your pipeline is called a Material

A material is a trigger for your Pipeline to start

In GoCD, a pipeline is a representation of a workflow and consists of Stages

Stages are made up of Jobs, which can run in parallel.

A Job is a sequential collection of Tasks

6_pac_user

User commits configurations to SCM Repository

7_pac_SCM

Once connected to the SCM Repository, the GoCD server watches for changes

8_pac_pipeline

GoCD creates/updates pipelines from changes in configuration files