The configuration for the server, plugins, along with all your pipelines/jobs etc is stored in a single big config.xml (and versioned controlled internally) - see reference at https://docs.gocd.org/current/configuration/configuration_reference.html or you can view it as an admin at /go/admin/config_xml. Storage location differs by installation, see the docs <https://docs.gocd.org/current/installation/installing_go_server.html> for whatever your platform is.
- Some of this configuration for pipelines and logical environments can be externalised into your own source control repositories (pipelines as code <https://docs.gocd.org/current/advanced_usage/pipelines_as_code.html>) as YAML, JSON or Groovy via plugins, and GoCD will take care of synchronising this/merging it into the config.xml as it is updated. - As for metadata about jobs/pipelines, that is stored inside a database (on-disk H2 Database by default, PostgreSQL and MySQL as options). - Artifacts and job run logs etc are stored on disk -Chad On Thu, Jul 7, 2022 at 9:14 PM Satya Elipe <[email protected]> wrote: > Hi All > > Wodering whether the jobs/pipelines information saved on the server as an > xml/json etc ? > > Many thanks > Satya > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/go-cd/3fb9cbd1-5b65-4d67-839e-fb3412f5c392n%40googlegroups.com > <https://groups.google.com/d/msgid/go-cd/3fb9cbd1-5b65-4d67-839e-fb3412f5c392n%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/CAA1RwH_DW406qaYTCjC3N-BYj5u6sLB9XTRbi9joe-qERtFhFg%40mail.gmail.com.
