Skip to content

Commit

Permalink
Merge pull request #32 from weakcamel/fix_9703
Browse files Browse the repository at this point in the history
[JENKINS-9703] Doc improvement for Multi-site poll buffer
  • Loading branch information
Vlatombe committed Dec 19, 2014
2 parents d3c802a + 452ca27 commit 5f40d62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/webapp/multiSitePollBuffer.html
Expand Up @@ -26,7 +26,8 @@
-->
<div>
<p>
The plugin, when set to poll for changes, will check for any changes on the branch or stream in question since
The plugin, when set to poll for changes (i.e. non-zero value of <i>Multi-site poll buffer</i>),
will check for any changes on the branch or stream in question since
the previous build started. When one or more of the branches/streams being polled against are mastered at another
site and are synced to the site Jenkins is polling at via MultiSite, this may result in problems polling against
changes made to remote branches/streams before the previous build started, but which weren't synced to the local
Expand All @@ -39,6 +40,7 @@
build, etc), it should allow for guaranteeing that changes from remote sites aren't missed.
</p>
<p>
This value defaults to 0, meaning no buffer is used.
If this value is set to 0 (the default), no buffer is used.
Also, instead of checking for changes since last build, only changes since <b>last poll</b> will be detected.
</p>
</div>
</div>

0 comments on commit 5f40d62

Please sign in to comment.