Hi, how do I configure a continuous integration setup using bamboo,stash and jira

Aakash Basnet March 7, 2015

Our company recently implemented and installed JIRA,Bamboo and Stash.Now our company has decided to do a practice of continuous integration using these tools along with Git.I have been given the responsible to do this task but I am little bit confused to get started with I mean where is the starting point?.I have a knowledge of JIRA, Bamboo and Stash administration. It would be a great help for me if you provide me the kind of general steps to complete the continuous Integration process.

Thank you very much in advance and your answer will be highly appreciated.

1 answer

1 accepted

1 vote
Answer accepted
Daniel Wester
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.
March 7, 2015

That's a very general request that depends on what you're trying to accomplish. Continuous Integration process can be as simple running a tar command or as complex as running maven/grunt, spinning up servers etc.

Start off with making sure Stash/JIRA, Stash/Bamboo, Bamboo/JIRA are all integrated:

https://confluence.atlassian.com/display/STASH/JIRA+integration
https://confluence.atlassian.com/display/STASH/Bamboo+integration
https://confluence.atlassian.com/display/BAMBOO/Integrating+Bamboo+with+Atlassian+applications

 

Once that's been done. Get your source into Stash. Set up a build in Bamboo  that links to Stash (that way things will "connect". https://confluence.atlassian.com/display/BAMBOO/Creating+a+plan Basically recreate the steps that you would do command line in Bamboo.

Once you've done all of that - if you commit and push to Stash and have the JIRA Key in the commit message, Bamboo should automatically trigger and you should get an artifact at the end and the build should show up in JIRA.

Aakash Basnet April 1, 2015

I did all those steps as you mentioned above it looks good so far. but now I am getting confused on how to create a build plan for the git flow branching model. I have a project with git flow branching model 

SO what is the best way to configure a build plan for this branching model?

Thank you in advance

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events