jenkinsci / jenkinsci/subversion-plugin

[JENKINS-17720] subversion SubversionChangeLogSet index.jelly return always 1 revision when using it.revisions

Open
#1,021 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

When trying to get the list of revisions in SubversionChangeLogSet/index.jelly i get only 1 entry.

the line ${it.revisions.size()} print 1 even if there are actually more changes.

---
Originally reported by avnerht, imported from: subversion SubversionChangeLogSet index.jelly return always 1 revision when using it.revisions


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • label(s): jenkins, plugin, subversion
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

When trying to get the list of revisions in SubversionChangeLogSet/index.jelly i get only 1 entry.

the line ${it.revisions.size()} print 1 even if there are actually more changes.

  • environment: Jenkins 1.472

1 attachment

- [subversion_index.jelly](https://issues.jenkins.io/secure/attachment/23478/subversion_index.jelly)

Contributor guide

Open the contributing guide

Research direction

Start with SubversionChangeLogSet/index.jelly and inspect how it.revisions is populated and rendered; the reported expression is ${it.revisions.size()}. Compare that value with a change set containing multiple changes, and consider the issue resolved when the view reports all revisions rather than always showing one.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.