Accessing a build's bitrise.yml file
Once you ran a build on Bitrise, you can always check the <GlossTerm baseform="bitrise.yml">bitrise.yml</GlossTerm> configuration the build used. You can download it, compare it to the current bitrise.yml file, and you can even replace the current configuration file with the build's configuration file.
To access a build's configuration file:
-
Open Bitrise CI, select a project and then select one of the builds of the project.
-
Select Configuration YAML on the top right.

-
In the dropdown menu, select Show configuration YAML.
Checking changes in the configuration YAMLClick to copy link
On the Configuration YAML page of a build, you can see:
- The YAML configuration used by the build.
- If the build used a different configuration, you can also see the current configuration YAML.
The page also shows the differences between the current configuration and the configuration used by the build:
- Green means added content.
- Blue means modified content.
- Red means deleted content.
