Skip to content

Commit 1eff4f1

Browse files
committed
Use correct end tag for anchor
1 parent d046b12 commit 1eff4f1

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep

1 file changed

+2
-2
lines changed

src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
This is a special step that will checkout using the configuration
66
options offered by any Pipeline-compatible SCM plugin.
77
Install the corresponding SCM plugin and select it from the list in the
8-
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a?</strong>.
8+
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a></strong>.
99
The
10-
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a?</strong>
10+
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a></strong>
1111
uses the installed SCM plugins of your Jenkins server to suggest pipeline snippets.
1212
</p>
1313
<p>This step returns a <code>Map</code> of any variables the SCM plugin would

0 commit comments

Comments
 (0)