Modify "show bitrise.yml" to allow comparison with the .yml for any build

Description of the feature request

Modify the “show bitrise.yml” dialog to change the label “current bitrise.yml” to be a dropdown that lets you select the .yml for any build. Points for easy selection of current yml and last successful build’s yml.

Another use case would be to make it easier to download individual .yml files. Of course, all this presupposes that we have a clue of how to make sense of a .yml file.

Use case / for what or how I would use it

We broke our build and we suspect that the problem is our Bitrise configuration. It would be useful to be able to look at the broken build’s YAML and compare with the YAML for the last successful build. We have made a handful of bitrise changes since the build broke to try to get things working. So comparing a build’s yml with the current yml isn’t quite what we want.

Currently there is a useful button that can compare the YAML for a build with the current YAML. But I can think of a few different comparisons that I would like to be able to do.

Thanks for the #feature-request @dvshelley!

We will be discussing this internally, in the while make sure to vote for the request! :slightly_smiling_face:

Hey @dvshelley :wave:

I think this is already possible, just the other way around.

In a case like that just open the last successful build’s page and check the yml there (“show bitrise.yml”). That will show you the changes of the config since that lasts successful build.

Let me know if I misunderstood you or if I missed something!

Happy Building :wink: