Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42245] Add description according to Wiki (#60)
[JENKINS-42245] Add description according to Wiki
  • Loading branch information
Evaristo Gutiérrez authored and fbelzunc committed Mar 1, 2017
1 parent 5fc2a72 commit b5cbbd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -11,7 +11,8 @@
<packaging>hpi</packaging>
<version>2.1-SNAPSHOT</version>
<name>Jenkins Active Directory plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Active+Directory+Plugin</url>
<description>Enables authentication through Active Directory</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Active+Directory+Plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/active-directory-plugin.git</connection>
Expand Down Expand Up @@ -107,14 +108,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
@@ -1,4 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
This plugin enables authentication through Active Directory on Windows environment.
This plugin enables authentication through Active Directory.
</div>

0 comments on commit b5cbbd4

Please sign in to comment.