Skip to content

Commit 80f587b

Browse files
Merge pull request #236 from HugoY/master
Fix Container.stop documentation
2 parents 7bd0865 + 11f5c8f commit 80f587b

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/docker/workflow/DockerDSL

1 file changed

+1
-1
lines changed

src/main/resources/org/jenkinsci/plugins/docker/workflow/DockerDSL/help.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
Hexadecimal ID of a running container.
113113
</p>
114114
</dd>
115-
<dt><code>Container.stop</code></dt>
115+
<dt><code>Container.stop()</code></dt>
116116
<dd>
117117
<p>
118118
Runs <code>docker stop</code> and <code>docker rm</code> to shut down a container and remove its storage.

0 commit comments

Comments
 (0)