Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Go Agents do the work of building apps or deploying code as configured by the users or administrators of the system.

  • The Go Server provides work for the agents to do and serves the admin user interface. GoCD manages our Go Server. <<< (is this true???)

Pipelines

A pipeline is a representation of a workflow or a part of a workflow. In our case, we use pipelines to represent how to build and deploy our microfrontend application. A pipeline in GoCD is comprised of stages which are in turn comprised of jobs and tasks.

...