You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
We have some backend (messaging) and GUI integration/functionality test framework which is based on the Ruby language. In our development, integration deployment environment, we are using Bamboo services in a common way. By this I mean that Bamboo team here are using plans to deploy and unit test the code. Nothing unique or special in our environment.
I am very new to Bamboo and I am NOT a Java developer. Though I worked with some other CI servers, I am trying to figure out how can I make Bamboo to connect to a test computer and then execute the ruby script and then what I need to do in my ruby script so that at the end of the execution, a PASS/FAIL result is properly returned to the Bamboo server. Our Ruby test workstations are running MS Windows 7 or newer OS's. again nothing special there and GUI tests are performed on Chrome/IE/FF browsers.
All I am requesting from you is a basic IDEA of what I need, and how to format the returned results so that Bamboo server can pickup a .txt file (or YAML) file which is formatted the way it expects so that it displays at the end of built/deployment cycle that a proper functionality test was conducted on a remote workstation (test PC) and a PASS or FAIL was obtained....
Thank you so much in advance for starting me up on this process. I'm a very quick learner :)
M