It’s important for a build log to indicate what stack it ran on. Especially because it’s possible to switch stacks using the workflow editor, so when inspecting a build log you can’t be sure that its stack corresponds to the stack in the workflow editor.
It could be printed at the very top of the log:
INFO[14:55:20] bitrise runs in Secret Filtering mode
INFO[14:55:20] bitrise runs in CI mode
INFO[14:55:20] Running workflow: primary
Switching to workflow: primary
OH - maybe even better! On your dashboard, if you are looking at a particular build you will see information about the build. There is a “more details” you can select and the very next item is the stack that was used for that build!
I understand and have to say, I agree. I would like to see that information in the log as well. Please understand, I do not have the authority to approve requests and am not making any commitment that this will be implemented! I’m just keeping my fingers crossed! with you!
Unfortunately, I don’t get the $BITRISE_STACK_ID to work - it’s empty. Is it enabled in your normal public environment? Do I need to do some setup to get it working? I’m using the Xcode 11.5.x stack.