Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3081 from dwnusbaum/JENKINS-36282
[JENKINS-36282] Add link to cc.xml?recursive from build history page
  • Loading branch information
daniel-beck committed Oct 19, 2017
2 parents d292929 + fb5234f commit 3c7c582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/View/builds.jelly
Expand Up @@ -39,7 +39,7 @@ THE SOFTWARE.
<div style="height:2em"/><!-- spacer -->

<div>
<a href="cc.xml">${%Export as plain XML}</a>
<a href="cc.xml">${%Export as plain XML}</a> (<a href="cc.xml?recursive">${%Recurse in subfolders}</a>)
</div>
<t:buildListTable builds="${it.builds}"/>
</l:main-panel>
Expand Down

0 comments on commit 3c7c582

Please sign in to comment.