thomasvandoren / github-status-plugin

Publish Jenkins build statuses to GitHub Status API.
0 stars 2 forks source link

Set GitHub username, password, and API URL in root configuration. #7

Open thomasvandoren opened 11 years ago

thomasvandoren commented 11 years ago

Each job has to set the API URL, username, and password for GitHub. It would be better to have that configuration exist in the root jenkins configuration.

This might also allow the GitHub password to be designated as a password and not stored in clear text.