Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.