Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-45343] Use a <dl> to describe the strategies
  • Loading branch information
stephenc committed Jul 18, 2017
1 parent 2d90216 commit 980e83f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
@@ -1,15 +1,18 @@
<div>
Determines how pull requests are discovered:
<ul>
<li>Discover each pull request once with the discovered revision corresponding to the result of merging with the
<dl>
<dt>Merging the pull request with the current target branch revision</dt>
<dd>Discover each pull request once with the discovered revision corresponding to the result of merging with the
current revision of the target branch
</li>
<li>Discover each pull request once with the discovered revision corresponding to the pull request head revision
</dd>
<dt>The current pull request revision</dt>
<dd>Discover each pull request once with the discovered revision corresponding to the pull request head revision
without merging
</li>
<li>Discover each pull request twice. The first discovered revision corresponds to the result of merging with
</dd>
<dt>Both the current pull request revision and the pull request merged with the current target branch revision</dt>
<dd>Discover each pull request twice. The first discovered revision corresponds to the result of merging with
the current revision of the target branch in each scan. The second parallel discovered revision corresponds
to the pull request head revision without merging
</li>
</ul>
</dd>
</dl>
</div>
@@ -1,15 +1,18 @@
<div>
Determines how pull requests are discovered:
<ul>
<li>Discover each pull request once with the discovered revision corresponding to the result of merging with the
<dl>
<dt>Merging the pull request with the current target branch revision</dt>
<dd>Discover each pull request once with the discovered revision corresponding to the result of merging with the
current revision of the target branch
</li>
<li>Discover each pull request once with the discovered revision corresponding to the pull request head revision
</dd>
<dt>The current pull request revision</dt>
<dd>Discover each pull request once with the discovered revision corresponding to the pull request head revision
without merging
</li>
<li>Discover each pull request twice. The first discovered revision corresponds to the result of merging with
</dd>
<dt>Both the current pull request revision and the pull request merged with the current target branch revision</dt>
<dd>Discover each pull request twice. The first discovered revision corresponds to the result of merging with
the current revision of the target branch in each scan. The second parallel discovered revision corresponds
to the pull request head revision without merging
</li>
</ul>
</dd>
</dl>
</div>

0 comments on commit 980e83f

Please sign in to comment.