configuration-as-code-plugin/demos/github
Joseph Petersen 782f87e8cd
docs prettier formatting & cleanup (#831)
2019-04-17 12:55:25 +02:00
..
README.md docs prettier formatting & cleanup (#831) 2019-04-17 12:55:25 +02: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.