Adding a flag to add to a config.yml file to enable SSH when a build runs. This eliminates the requirement to manually “re-run with SSH”. I don’t know about other people’s environments but certainly in ours, we know that a build is going to fail at least the first few times when we create it. Things that have been overlooked or parameters which have been missed cause the first few runs to be thwart with problems. Or, when you are troubleshooting a build issue and you expect the build to fail while you are adding erroneous test data etc. Rather than having to manually rerun the build again, especially after we already anticipate a build to fail would eliminate the need to wait for the build to run again, and potentially get stuck in a build queue for a second time for no reason.
CCI-I-1149