Build With More Than 20 Commits
When a build contains more than 20 commits, we truncate the all_commit_details
to the last 20 commits. You can tell if that is occurring in the UI on the build as it will say "Commit List":
Also, in the API v1 response you will find all_commit_details_truncated
set to true
when this occurs.
If you have automations that rely on information involved in commit messages you can send a final commit before you build with that information as we list the most recent commits in the response.
Comments
Article is closed for comments.