OctopusDeploy / Octopus-TeamCity

| Public | JetBrains TeamCity plugin to trigger releases on build completion
https://octopus.com/teamcity
Other
0 stars 23 forks source link

Build Information File Only Contains Latest 100 Commits #168

Open FinnianDempsey opened 1 year ago

FinnianDempsey commented 1 year ago

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 commented 7 months ago

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.