configuration-as-code-plugin/demos/gitlab/README.md

678 B

Configure gitlab plugin

Basic configuration of the Gitlab plugin

sample configuration

credentials:
  system:
    domainCredentials:
      - credentials:
          - gitLabApiTokenImpl:
              scope: SYSTEM
              id: gitlab_token
              apiToken: "${BIND_TOKEN}"
              description: "Gitlab Token"
unclassified:
  gitlabconnectionconfig:
    connections:
      - apiTokenId: gitlab_token
        clientBuilderId: "autodetect"
        connectionTimeout: 20
        ignoreCertificateErrors: true
        name: "my_gitlab_server"
        readTimeout: 10
        url: "https://gitlab.com/"