fixed duplicate builds in view build history when nested in folders
Jenkins with folders A job A/j a top-level view to recurse into subfolders and include all available jobs and folders (so A and A/j) => builds for A/j are included twice, as view.builds iterate on its items, so get A/j + builds from A.
Loading
Please register or sign in to comment