You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
5
4
If this option is selected, polling will require a workspace and might trigger unwanted builds (see <ahref="https://issues.jenkins.io/browse/JENKINS-10131" target="_blank" rel="noopener noreferrer">JENKINS-10131</a>).
0 commit comments