File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,28 @@ Jenkins groups for authorization. This plugin supports GitHub Enterprise.
16
16
17
17
More comprehensive documentation is listed on the [ wiki page] [ wiki ] .
18
18
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
+
19
41
[ build-image ] : https://jenkins.ci.cloudbees.com/buildStatus/icon?job=plugins/github-oauth-plugin
20
42
[ build-link ] : https://jenkins.ci.cloudbees.com/job/plugins/job/github-oauth-plugin/
21
43
[ github-wiki-oauth ] : https://developer.github.com/v3/oauth/
You can’t perform that action at this time.
0 commit comments