Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Bamboo - Getting Test Results in to Bamboo

I have Bamboo running and carrying out my build and running tests.  MY tests produce results files:  I am having trouble feeding the tests results back in to Bamboo.

I am creating log fills from CTest (these as .log files and not in xml format).  I have the CTest add-in (by CSTB) task running within Bamboo.  The set-up for this add-in seems to require a xml file.

How do I get CTest to generate an xml file or can the CTest add-in accept other forms of results file?

I am very new to all of this and have done some extensive searching to find an answer; to but had no luck.

Any leads from anyone?

Thanks,

Steve

1 answer

1 accepted

0 votes
Answer accepted
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Dec 27, 2018

Hi @Steve Newnham,

Running ctest with the option -T Test will make CTest generate an XML output file in a sub-folder Testing inside the build folder:

cd build
/usr/local/bin/ctest --no-compress-output -T Test || /usr/bin/true

Perhaps CTest Task for Bamboo is capable of reading this output and display it in Bamboo's UI.

Kind regards,

Rafael

Rafael,

yes, that works, just what I was after.

Thanks for your help.

Regards,

Steve

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events