Skip to content

Commit 75635a0

Browse files
Improve plugin description to clarify use cases (#1198)
* Improve plugin description to clarify use cases * Update src/main/resources/index.jelly Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> * Removed unused description from pom.xml --------- Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
1 parent 691875c commit 75635a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<version>${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Docker plugin</name>
16-
<description>Provide Cloud Provisioning and other Docker features</description>
1716
<url>https://github.com/jenkinsci/${project.artifactId}</url>
1817

1918
<licenses>

src/main/resources/index.jelly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
This plugin integrates Jenkins with
4-
<a href="http://docker.io/">Docker</a>
5-
</div>
3+
Provisions Jenkins agents on demand as <a href="https://www.docker.com/">Docker</a> containers.
4+
Runs builds in isolated, disposable environments.
5+
</div>

0 commit comments

Comments
 (0)