Where do the responsibilities of build tools end and those of CI tools start?

Posted by BrandonV on Programmers See other posts from Programmers or by BrandonV
Published on 2014-05-27T14:08:51Z Indexed on 2014/05/27 22:11 UTC
Read the original article Hit count: 200

In the delivery of software, and within the sense of the deployment pipeline, where do the responsibilities of build tools, like Maven, end, and the responsibilities of CI start?

As a rough example of a problem that arises; should build tools have any responsibility to the configuration and execution of acceptance tests when they are further down the pipeline than actually building the artifact?

I'd like an answer that addresses in the sense of deployment lifecycle phases rather than in specifics, like my example. Although examples would help bolster the answer.

© Programmers or respective owner

Related posts about deployment

Related posts about continuous-integration