Skip to content

Commit 4330227

Browse files
authored
Fix formatting of scmGit Pipeline help (#1821)
Was displaying red text for most of the page at https://www.jenkins.io/doc/pipeline/steps/params/scmgit/ The <code> tag that opened on the checkout keyword was not closed. Close that tag so that the page renders correctly in the Pipeline steps reference on the Jenkins documentation site. The Pipeline steps reference inside the running Jenkins controller was not affected. It seems to ignore the <code> tags. Testing done: Code review confirms that the closing and opening tags are matched.
1 parent d5988be commit 4330227

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/hudson/plugins/git/GitSCM

1 file changed

+1
-1
lines changed

src/main/resources/hudson/plugins/git/GitSCM/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p>
8-
The <a href="https://www.jenkins.io/doc/pipeline/steps/params/scmgit/"><code>scmGit</code> parameter</a> of the git plugin is used with the Pipeline SCM <a href="https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step/"><code>checkout<code> step</a> to checkout git repositories into Pipeline workspaces.
8+
The <a href="https://www.jenkins.io/doc/pipeline/steps/params/scmgit/"><code>scmGit</code> parameter</a> of the git plugin is used with the Pipeline SCM <a href="https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step/"><code>checkout</code> step</a> to checkout git repositories into Pipeline workspaces.
99
The <a href="https://www.jenkins.io/redirect/pipeline-snippet-generator"><strong>Pipeline Syntax Snippet Generator</strong></a> guides the user to select git plugin checkout options and provides online help for each of the options.
1010
</p>
1111

0 commit comments

Comments
 (0)