8000 Fixes the build status · jpigree/github-oauth-plugin@36b16d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36b16d0

Browse files
committed
Fixes the build status
- README points to ci.jenkins.io. - Windows is now excluded from CI since it is unstable. It's on my TODO to troubleshoot the Windows infrastructure but for now changes to this plugin are unblocked. - Add trigger phrase.
1 parent 5ad606e commit 36b16d0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!groovy
22
//from global library https://github.com/jenkins-infra/pipeline-library
3-
buildPlugin()
3+
buildPlugin(platforms: ['linux'])

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This plugin was last compiled with the following versions.
2424

2525
* Ubuntu 16.04.1 LTS
2626
* Apache Maven 3.3.9
27-
* Java version: 1.8.0_112, vendor: Oracle Corporation
27+
* Java version: `1.8.0_131`, vendor: Oracle Corporation
2828

2929
Newer/older versions may work.
3030

@@ -40,10 +40,15 @@ The command assumes both Maven and Java are in your `$PATH` and that you have
4040

4141
## Troubleshooting Installation
4242

43-
After installing per the [wiki][wiki], the `<securityRealm>` class should have been updated in your /var/lib/jenkins/config.xml file. The value of `<clientID>` should agree with what you pasted into the admin UI. If it doesn't or you still can't log in, reset to `<securityRealm class="hudson.security.HudsonPrivateSecurityRealm">` and restart Jenkins from the command-line.
43+
After installing per the [wiki][wiki], the `<securityRealm>` class should have
44+
been updated in your `/var/lib/jenkins/config.xml` file. The value of
45+
`<clientID>` should agree with what you pasted into the admin UI. If it doesn't
46+
or you still can't log in, reset to `<securityRealm
47+
class="hudson.security.HudsonPrivateSecurityRealm">` and restart Jenkins from
48+
the command-line.
4449

4550

46-
[build-image]: https://jenkins.ci.cloudbees.com/buildStatus/icon?job=plugins/github-oauth-plugin
47-
[build-link]: https://jenkins.ci.cloudbees.com/job/plugins/job/github-oauth-plugin/
51+
[build-image]: https://ci.jenkins.io/buildStatus/icon?job=Plugins/github-oauth-plugin/master
52+
[build-link]: https://ci.jenkins.io/job/Plugins/job/github-oauth-plugin/job/master/
4853
[github-wiki-oauth]: https://developer.github.com/v3/oauth/
4954
[wiki]: https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin

0 commit comments

Comments
 (0)
0