Click here to Skip to main content
15,910,211 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What do you use for automated builds? Pin
Gary Wheeler1-Feb-19 6:51
Gary Wheeler1-Feb-19 6:51 
GeneralRe: What do you use for automated builds? Pin
dandy721-Feb-19 7:24
dandy721-Feb-19 7:24 
GeneralRe: What do you use for automated builds? Pin
charlieg1-Feb-19 11:31
charlieg1-Feb-19 11:31 
GeneralRe: What do you use for automated builds? Pin
dandy722-Feb-19 2:15
dandy722-Feb-19 2:15 
GeneralRe: What do you use for automated builds? Pin
Rick York1-Feb-19 8:12
mveRick York1-Feb-19 8:12 
GeneralRe: What do you use for automated builds? Pin
charlieg1-Feb-19 11:35
charlieg1-Feb-19 11:35 
GeneralRe: What do you use for automated builds? Pin
Garth J Lancaster1-Feb-19 22:41
professionalGarth J Lancaster1-Feb-19 22:41 
GeneralRe: What do you use for automated builds? Pin
jschell2-Feb-19 6:53
jschell2-Feb-19 6:53 
Based on your comments you are going to need more than just a normal 'build' system.

A build system creates the artifacts. But you are also looking for automated deployment.

And I suspect you might have distinct and perhaps different deployment targets (QA and prod) for example.

That complicates the process.

And it my experience doing that will require a mix of tools.

From your post I suspect you haven't even scoped out the actual use cases. Which should be your first step.

Let me provide some use case scenarios
- Allow a way to run unit tests (not on the developer machine.)
- Allow a way for a developer to run the full deployment on their machine, so they can test the full process.
- Allow a deployment to a QA box.
- Allow a deployment to a QA stack. Different than the above since it might include a cloud target.
- Allow a deployment to create (important) and deploy to a production clone target.
- Allow a full build, versioning to specified target. So a release candidate for QA or production.
- Allow a deployment to the Sales Demo box.
- Allow a deployment to a Professional Services box.
- Allow a hotfix build (start with a versioned build and apply a branch)

Your use cases presumably would be different and you might not want to build all of those now but you need to understand all of them now so you don't make any decisions that complicate or even preclude the scenarios you need.
GeneralRe: What do you use for automated builds? Pin
charlieg3-Feb-19 16:33
charlieg3-Feb-19 16:33 
GeneralIt's nice to see that other fields of teaching are following the programming paradigm Pin
Mark_Wallace1-Feb-19 2:16
Mark_Wallace1-Feb-19 2:16 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
OriginalGriff1-Feb-19 2:50
mveOriginalGriff1-Feb-19 2:50 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
MarkTJohnson1-Feb-19 3:12
professionalMarkTJohnson1-Feb-19 3:12 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
Mark_Wallace1-Feb-19 4:12
Mark_Wallace1-Feb-19 4:12 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
MarkTJohnson1-Feb-19 4:34
professionalMarkTJohnson1-Feb-19 4:34 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
Mark_Wallace1-Feb-19 6:21
Mark_Wallace1-Feb-19 6:21 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
Mark_Wallace1-Feb-19 4:08
Mark_Wallace1-Feb-19 4:08 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
jschell2-Feb-19 6:58
jschell2-Feb-19 6:58 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
PeejayAdams1-Feb-19 2:55
PeejayAdams1-Feb-19 2:55 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
Marco Bertschi1-Feb-19 3:16
protectorMarco Bertschi1-Feb-19 3:16 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
jschell2-Feb-19 7:03
jschell2-Feb-19 7:03 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
MarkTJohnson1-Feb-19 3:16
professionalMarkTJohnson1-Feb-19 3:16 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
PeejayAdams1-Feb-19 3:29
PeejayAdams1-Feb-19 3:29 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
lopatir1-Feb-19 5:31
lopatir1-Feb-19 5:31 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
PeejayAdams3-Feb-19 22:26
PeejayAdams3-Feb-19 22:26 
GeneralRe: It's nice to see that other fields of teaching are following the programming paradigm Pin
Mark_Wallace1-Feb-19 3:57
Mark_Wallace1-Feb-19 3:57 

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.