configuration-as-code-plugin/demos/github-oauth
Victor Martinez 5f94500ab6 Validate github-oath demo with the integrations framework (#1086) 2019-09-29 21:00:26 +01:00
..
README.md Validate github-oath demo with the integrations framework (#1086) 2019-09-29 21:00:26 +01:00

README.md

Configure github-oauth-plugin

Basic configuration of the GitHub Authentication plugin

sample-configuration

jenkins:
  securityRealm:
    github:
      githubWebUri: "https://github.com"
      githubApiUri: "https://api.github.com"
      clientID: "someId"
      clientSecret: "${GITHUB_SECRET}"
      oauthScopes: "read:org,user:email"