We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc0cca commit e0b7ea9Copy full SHA for e0b7ea9
src/main/resources/jenkins/plugins/git/GitStep/help.html
@@ -19,7 +19,7 @@
19
<p>
20
The <code>git</code> step is a simplified shorthand for a subset of the more powerful <code>checkout</code> step:
21
<pre>
22
-checkout scmGit(branches: [[name: 'main]],
+checkout scmGit(branches: [[name: 'main']],
23
userRemoteConfigs: [[url: 'https://git-server/user/repository.git']])
24
</pre>
25
</p>
src/main/resources/jenkins/plugins/git/GitStep/help_ja.html
@@ -5,7 +5,7 @@
5
6
このステップは、一般的なSCMのステップである
7
8
9
10
11
の短縮形です。
0 commit comments