Skip to content

Commit f2545f5

Browse files
committed
jenkins
1 parent 0d859d1 commit f2545f5

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Hudson Github Plugin
2-
====================
1+
Jenkins Github Plugin
2+
=====================
33

4-
Read more: [http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin](http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin)
4+
Read more: [http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin](http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin)
55

66
Issues
77
------
@@ -13,21 +13,21 @@ Please use the github issue tracker:
1313
Development
1414
===========
1515

16-
Start the local Hudson instance:
16+
Start the local Jenkins instance:
1717

1818
mvn hpi:run
1919

2020

21-
Hudson Plugin Maven goals
22-
-------------------------
21+
Jenkins Plugin Maven goals
22+
--------------------------
2323

2424
hpi:create Creates a skeleton of a new plugin.
2525

2626
hpi:hpi Builds the .hpi file
2727

2828
hpi:hpl Generates the .hpl file
2929

30-
hpi:run Runs Hudson with the current plugin project
30+
hpi:run Runs Jenkins with the current plugin project
3131

3232
hpi:upload Posts the hpi file to java.net. Used during the release.
3333

@@ -44,9 +44,9 @@ to create the plugin .hpi file.
4444

4545
To install:
4646

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.
4848

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.
5050

5151

5252
Plugin releases

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>1.318</version>
6+
<version>1.377</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

@@ -12,14 +12,13 @@
1212
<packaging>hpi</packaging>
1313
<version>0.3-SNAPSHOT</version>
1414
<name>Github plugin</name>
15-
<url>http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin</url>
16-
15+
<url>http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin</url>
1716

1817
<dependencies>
1918
<dependency>
2019
<groupId>org.jvnet.hudson.plugins</groupId>
2120
<artifactId>git</artifactId>
22-
<version>0.5</version>
21+
<version>[0.5,)</version>
2322
</dependency>
2423
<dependency>
2524
<groupId>org.jmock</groupId>

src/main/resources/index.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
This plugin integrates <a href="http://github.com/">Github</a> to Hudson.
3-
</div>
2+
This plugin integrates <a href="http://github.com/">Github</a> to Jenkins.
3+
</div>

0 commit comments

Comments
 (0)