Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #36 from varyvol/JENKINS-40001
[JENKINS-40001] Add plugin description to POM.
  • Loading branch information
recena committed Jan 13, 2017
2 parents d3673ff + b98cbd9 commit 1df5326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -12,7 +12,8 @@
<packaging>hpi</packaging>

<name>Jenkins SSH Slaves plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin</url>
<url>https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin</url>
<description>Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol</description>

<properties>
<jenkins.version>1.609.1</jenkins.version>
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/index.jelly
@@ -0,0 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol.
</div>

0 comments on commit 1df5326

Please sign in to comment.