Finding a specific build
If your project has multiple builds, you can search for a specific one on the main page of the app by using a variety of options, like build number or commit message.
Build retention for 200 days
On the Builds page of your app, we only show builds from the last 200 days. The same limit applies if you are searching for specific builds on the page. This limitation also
applies to most API calls: the GET/apps/{app-slug}/builds
endpoint and related endpoints can only return builds from the last 200 days.
However, there are two methods to get a build that is older than 200 days:
-
If you know the exact build URL, you can access the build.
-
You can use the
GET/apps/{app-slug}/archived-builds
API endpoint: Listing the archived builds of an app.
If your project has multiple builds on bitrise.io , you can search for a specific one by using a variety of options. To do so:
-
Open an project on Bitrise.
-
On the Builds page of the project, you can find the filter options and the search field above the list of builds. You have several options:
-
In the search field, enter either a build number or a commit message to find the build.
-
Choose a filter from the status filter dropdown menu to find builds with a specific status.
-
Choose a filter from the branch filter dropdown menu to find builds that ran on a specific branch.
-
Choose a filter from the Workflows dropdown menu to find builds that ran with specific Workflows.
-
Choose a filter from the triggers dropdown menu to find builds that were triggered by one of our trigger options: pushes, pull requests, or tags.
-