Description
Build Cache Invocation List pages now remember which build tool you selected - The build tool you pick (Gradle, Xcode, Bazel, React Native) is stored in your browser’s local storage and used as the default the next time you open any Invocation List page, so you no longer have to switch tabs every time.
Highlights:
- Your selection is remembered: Select e.g. the Bazel tab on any Invocation List, and the next time you open a list we’ll default to Bazel - until you select another tab/tool.
- Works across all Invocation List pages: The same default applies on the main app.bitrise.io/build-cache list, on a Bitrise CI build’s detail page (Build Cache tab), and on the Bitrise CI build list page’s Invocations submenu.
- Stored locally in your browser: The preference is kept in your browser’s local storage, so it’s per browser and per device, and nothing about your workspace configuration changes.
- No setup needed: The improvement is live for everyone - just select the tab you care about once.
Why This Matters
If your team uses a multiple build tools, and you mostly look at one of them, the previous behaviour frequently meant an extra click on every single visit to an Invocation List. Now the lists open on the build tool you actually care about, which makes jumping between the Build Cache analytics pages noticeably faster.
Bottom line: Invocation List pages now default to the build tool you last selected, so you land on the right list right away.