Skip to content

Commit 5f08dda

Browse files
committed
Remove an incomplete sentence from disable remote polling help
1 parent 57c156b commit 5f08dda

File tree

1 file changed

+1
-2
lines changed
  • src/main/resources/hudson/plugins/git/extensions/impl/DisableRemotePoll

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<div>
22
Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!).
3-
This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo.<br><br>
4-
If you don't want to / can't use this.<br><br>
3+
This compares the most recently built commit SHA with the remote branch without cloning a local copy of the repo.<br><br>
54
If this option is selected, polling will require a workspace and might trigger unwanted builds (see <a href="https://issues.jenkins.io/browse/JENKINS-10131" target="_blank" rel="noopener noreferrer">JENKINS-10131</a>).
65
</div>

0 commit comments

Comments
 (0)