How to organize full build pipeline with Gulp, Maven and Jenkins, all the way to integration tests?

前端 未结 4 535
悲哀的现实
悲哀的现实 2020-12-12 21:23

I have a project that has:

  • JS client with somewhat interesting build process. That includes compiling CSS, catenating and minifying JS and CSS, generating and
4条回答
  •  猫巷女王i
    2020-12-12 21:44

    I'm just going to use this as a stub because I've been looking to do a similar thing, and I will return later to enrich my answer. In the meantime you should look up JHipster. Though they have a much larger stack, and their stack is already built, they are essentially doing what I think you want within their build process.

    Though I do not agree completely with their build process I will return to explain why and what I am doing in projects I am currently working on.

提交回复
热议问题