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

In Bamboo is it necesary to check out code for every job ??

Shamsudeen Shaikh October 29, 2013

I am a newbee in Bamboo

I have a C++ application running on a linux box which I want to build and once I am done I want to run the unit test, probably in a different stage ... is it possible...

Also we do make install to install our application... how can I do that using bamboo...

Any help is highly appreciated...

Thanks

2 answers

0 votes
Shamsudeen Shaikh October 29, 2013

Thanks a lot Chris...

Even I thot the same but just wanted to make sure....

Regards,

Shamsudeen

0 votes
Christoffer Bromberg _K15t_ October 29, 2013

Hi,

if you run your unit tests in a different job or stage, you will need to either share artifacts built before or checkout again and built those artifacts again.

The easiest way to get this done would be to just use a new task within your build job. (Remember: a stage is a collection of (potentially parallel) jobs. A job is a collection of tasks executed in sequence and on the same build agent (and thus operating on the same file system directories) - see here https://confluence.atlassian.com/display/BAMBOO/Understanding+the+Bamboo+CI+Server.

To do "make install" you could use a script task (run locally) or a combination of SCP and SSH tasks.

Cheers, Chris

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events