Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<version>${changelist}</version>
<packaging>hpi</packaging>
<name>Docker plugin</name>
<description>Provide Cloud Provisioning and other Docker features</description>
<url>https://github.com/jenkinsci/${project.artifactId}</url>

<licenses>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?jelly escape-by-default='true'?>
<div>
This plugin integrates Jenkins with
<a href="http://docker.io/">Docker</a>
</div>
Provisions Jenkins agents on demand as <a href="https://www.docker.com/">Docker</a> containers.
Runs builds in isolated, disposable environments.
</div>