You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,21 +13,21 @@ Please use the github issue tracker:
13
13
Development
14
14
===========
15
15
16
-
Start the local Hudson instance:
16
+
Start the local Jenkins instance:
17
17
18
18
mvn hpi:run
19
19
20
20
21
-
Hudson Plugin Maven goals
22
-
-------------------------
21
+
Jenkins Plugin Maven goals
22
+
--------------------------
23
23
24
24
hpi:create Creates a skeleton of a new plugin.
25
25
26
26
hpi:hpi Builds the .hpi file
27
27
28
28
hpi:hpl Generates the .hpl file
29
29
30
-
hpi:run Runs Hudson with the current plugin project
30
+
hpi:run Runs Jenkins with the current plugin project
31
31
32
32
hpi:upload Posts the hpi file to java.net. Used during the release.
33
33
@@ -44,9 +44,9 @@ to create the plugin .hpi file.
44
44
45
45
To install:
46
46
47
-
1. copy the resulting ./target/rdoc.hpi file to the $HUDSON_HOME/plugins directory. Don't forget to restart Hudson afterwards.
47
+
1. copy the resulting ./target/rdoc.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards.
48
48
49
-
2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Hudson in order to find the pluing in the installed plugins list.
49
+
2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the pluing in the installed plugins list.
0 commit comments