The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Bamboo for make build system

George Kovoor
October 4, 2011

Is it possible to configure Bamboo to build the project using make build system

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
EddieW
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 Champions.
October 4, 2011

Yes, just ensure that make and releated dependencies are installed on the same server as bamboo, and avaialble to the bamboo user's PATH.

Then use the "command" tasks to write the required steps:

# ./configure
# make

http://confluence.atlassian.com/display/BAMBOO/Custom+Command+Executable

George Kovoor
October 5, 2011

is there a any way to monitor the execution, I am getting build timeout. Is there any documentation that lists the procedures for integrating with make system

1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 6, 2011

With Bamboo 3.1+ it's easiest to use an Script Task (inline) for this.

Just put:

make "$@"

into the script body (assuming Unix, make %1 %2 %3 for Windows). You can then supply arguments directly to the script task.

Regarding monitoring, the output from make should be automatically included into your build log. If for some reason it does not end up there, you can also redirect it into a file like in a regular bash script/batch for debugging purposes.

TAGS
AUG Leaders

Atlassian Community Events