Click here to Skip to main content
15,916,030 members

Survey Results

Which Continuous Integration tool(s) are you using?

Survey period: 22 Aug 2016 to 29 Aug 2016

The right tools, processes and philosophies can save you a ton of time. (Suggested by Efe Erdogru)

OptionVotes% 
Bamboo534.53
BuildMaster151.28
Codeship121.03
Continuum90.77
GitLab827.01
Jenkins20817.79
TeamCity1069.07
Travis CI242.05
Visual Studio Team Services27023.10
I've created my own tool635.39
I don't use CI tools40934.99
I don't know what CI is21518.39
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: Glad my group's well represented Pin
Mycroft Holmes22-Aug-16 20:33
professionalMycroft Holmes22-Aug-16 20:33 
GeneralRe: Glad my group's well represented Pin
W Balboos, GHB23-Aug-16 0:17
W Balboos, GHB23-Aug-16 0:17 
QuestionHas anyone created their own CI tool? Pin
Duncan Edwards Jones22-Aug-16 1:05
professionalDuncan Edwards Jones22-Aug-16 1:05 
AnswerRe: Has anyone created their own CI tool? Pin
RickZeeland22-Aug-16 3:55
mveRickZeeland22-Aug-16 3:55 
AnswerRe: Has anyone created their own CI tool? Pin
Jonas Hammarberg22-Aug-16 20:56
professionalJonas Hammarberg22-Aug-16 20:56 
AnswerRe: Has anyone created their own CI tool? Pin
Dar Brett23-Aug-16 1:42
Dar Brett23-Aug-16 1:42 
AnswerRe: Has anyone created their own CI tool? Pin
Maximilien23-Aug-16 3:38
Maximilien23-Aug-16 3:38 
AnswerRe: Has anyone created their own CI tool? Pin
snorkie23-Aug-16 8:58
professionalsnorkie23-Aug-16 8:58 
Yes. We use Jenkins to migrate all of our code, but it doesn't do a good job with the database. So I wrote a DatabaseCI tool that we use in house. All SQL changes must be scripted and run through this tool. They are checked into branches, so when a branch gets merged, so do the DB changes. Then the builds are seamless as you know all DB changes are good.

One of the best benefits of the tool is that it gets rid of any resource (procedure/function/view) that isn't in the script. So you don't have one guy with production access making emergency fixes that nobody knows about. If it isn't scripted, it wont' exist after the next build. It keeps everybody honest!
Hogan

GeneralRe: Has anyone created their own CI tool? Pin
Duncan Edwards Jones23-Aug-16 9:50
professionalDuncan Edwards Jones23-Aug-16 9:50 
GeneralRe: Has anyone created their own CI tool? Pin
snorkie25-Aug-16 1:51
professionalsnorkie25-Aug-16 1:51 
GeneralThe opposite also holds true: Pin
R. Erasmus21-Aug-16 22:00
R. Erasmus21-Aug-16 22:00 
GeneralRe: The opposite also holds true: Pin
Jörgen Andersson28-Aug-16 8:06
professionalJörgen Andersson28-Aug-16 8:06 
GeneralRe: The opposite also holds true: Pin
R. Erasmus28-Aug-16 20:48
R. Erasmus28-Aug-16 20:48 
GeneralCruise control is missing... Pin
Rishikesh_Singh21-Aug-16 19:58
Rishikesh_Singh21-Aug-16 19:58 
GeneralRe: Cruise control is missing... Pin
Mehdi Gholam21-Aug-16 20:31
Mehdi Gholam21-Aug-16 20:31 
GeneralRe: Cruise control is missing... Pin
RickZeeland22-Aug-16 0:28
mveRickZeeland22-Aug-16 0:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.