configuration-as-code-plugin/demos/github
Victor Martinez fe0db92341 Validate github demo with the integrations framework (#1109) 2019-10-10 07:46:47 +01:00
..
README.md Validate github demo with the integrations framework (#1109) 2019-10-10 07:46:47 +01:00

README.md

Configure GitHub

Basic configuration of the GitHub plugin

sample configuration

unclassified:
  githubpluginconfig:
    configs:
      - name: "InHouse GitHub EE"
        apiUrl: "https://github.domain.local/api/v3"
        credentialsId: "[GitHubEEUser]"
        manageHooks: true

Please note that the credentialsId takes the id of a set of credentials created as a "Secret Text Credential", i.e. a token from a GitHub user.