Hi,
I have an application which (simplified as it's enough for the question) serves similarly as TCP/IP server/client.
I'd like to system-test it during Bamboo build.
The test should (after successful build):
Can this be achieved with Bamboo?
I probably could achieve it by running custom script from Bamboo which does all the steps above but if I can do that using Bamboo Docker support, I'd prefer it.