Skip to content

Commit

Permalink
Use correct end tag for anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Feb 22, 2021
1 parent d046b12 commit 1eff4f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
This is a special step that will checkout using the configuration
options offered by any Pipeline-compatible SCM plugin.
Install the corresponding SCM plugin and select it from the list in the
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a?</strong>.
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a></strong>.
The
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a?</strong>
<strong><a href="https://jenkins.io/doc/book/pipeline/getting-started/#snippet-generator">Pipeline Snippet Generator</a></strong>
uses the installed SCM plugins of your Jenkins server to suggest pipeline snippets.
</p>
<p>This step returns a <code>Map</code> of any variables the SCM plugin would
Expand Down

0 comments on commit 1eff4f1

Please sign in to comment.