Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Information File Only Contains Latest 100 Commits #168

Open
FinnianDempsey opened this issue Mar 30, 2023 · 1 comment
Open

Build Information File Only Contains Latest 100 Commits #168

FinnianDempsey opened this issue Mar 30, 2023 · 1 comment

Comments

@FinnianDempsey
Copy link

When a build contains more than 100 commits then the file created by the plugin will only include the most recent 100 commits. This causes issues for retrieving Work Items using Issue Trackers.

Reproduced in the latest plugin version (6.1.15-nightly-583)

Example of buildinformation file that doesn't contain initial commits (e.g. test5-)
Screenshot 2023-03-30 at 14 28 48

This seems to correlate with the page limit in TeamCity:
Screenshot 2023-03-30 at 14 22 57

Internal Link - Zendesk
Internal Link - Slack

@tothegills
Copy link
Contributor

The 100 commits is the page size returned by the Team City API. We are using the official TeamCity client to retrieve commits, which unfortunately does not support paging. We have decided to put this issue on hold. Please leave a comment if it impacts your workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants