diff --git a/src/main/resources/hudson/plugins/git/GitSCM/help.html b/src/main/resources/hudson/plugins/git/GitSCM/help.html index d72a79b356..bd862427ca 100644 --- a/src/main/resources/hudson/plugins/git/GitSCM/help.html +++ b/src/main/resources/hudson/plugins/git/GitSCM/help.html @@ -117,7 +117,7 @@ Example: Checkout step with git protocol and polling disabled
- Checkout from the Jenkins platform labeler repository using git protocol, no credentials, the master branch, and no polling for changes.
+ Checkout from the command line git repository using git protocol, no credentials, the master branch, and no polling for changes.
If poll is false
, then the remote repository will not be polled for changes.
If poll is true
or is not set, then the remote repository will be polled for changes.
See the workflow scm step documentation for more polling details.
@@ -125,7 +125,7 @@
checkout poll: false, scmGit(userRemoteConfigs: [ - [ url: 'git://github.com/jenkinsci/platformlabeler-plugin' ] + [ url: 'git://git.kernel.org/pub/scm/git/git.git ] ])