configuration-as-code-plugin/demos/gitlab
Victor Martinez 1fa36af6c6 Validate gitlab demo with the integrations framework (#1087) 2019-09-29 20:59:11 +01:00
..
README.md Validate gitlab demo with the integrations framework (#1087) 2019-09-29 20:59:11 +01:00

README.md

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/"