Skip to main content

Why Is all_commit_details Missing Commits?

Build With More Than 20 Commits

When a build contains more than 20 commits, all_commit_details is truncated to the last 20 commits. The job UI page will display "Commit List" under the "Commit" tag if this occurs:

Screen_Shot_2020-08-26_at_9.51.19_AM.png

The API v1 response will respond with 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 the most recent commits will be listed in the response.

Additional Resources:

Did this answer your question?