10000 update README · jpigree/github-oauth-plugin@ac0d28a · GitHub
[go: up one dir, main page]

Skip to content

Commit ac0d28a

Browse files
committed
update README
1 parent 85599d1 commit ac0d28a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ Jenkins groups for authorization. This plugin supports GitHub Enterprise.
1616

1717
More comprehensive documentation is listed on the [wiki page][wiki].
1818

19+
# Building the plugin from master
20+
21+
### Prerequisites
22+
23+
This plugin was last compiled with the following versions.
24+
25+
* Ubuntu 16.04.1 LTS
26+
* Apache Maven 3.3.9
27+
* Java version: 1.7.0_79, vendor: Oracle Corporation
28+
29+
Newer/older versions may work.
30+
31+
### Packaging HPI for Jenkins
32+
33+
To create `github-oauth.hpi` which is the plugin that would be loaded in Jenkins
34+
execute the following command.
35+
36+
mvn clean package
37+
38+
The command assumes both Maven and Java are in your `$PATH` and that you have
39+
`$JAVA_HOME` set up.
40+
1941
[build-image]: https://jenkins.ci.cloudbees.com/buildStatus/icon?job=plugins/github-oauth-plugin
2042
[build-link]: https://jenkins.ci.cloudbees.com/job/plugins/job/github-oauth-plugin/
2143
[github-wiki-oauth]: https://developer.github.com/v3/oauth/

0 commit comments

Comments
 (0)
0