Hi Martin, The way you describe is similar to approaches I have seen before. However, as Jeff said, how you would do this is a matter of what you are looking to achieve and how you have setup your processes and environments.
Given how you describe [5] I assume you may be manually configuring from some sort of deployment script? Other organizations may use their build pipeline to automatically deploy built and tested artifacts to one or more environments (like qa, preview, production). They key idea to the type of configuration you are talking about is ensuring that you can't put code into production without it being checked in, built off a developer's machine, unit and integration tests pass, and whatever else your organization treats as pre-release requirements. HTH, Brent On Thu, Aug 20, 2015 at 7:12 PM, Martin <[email protected]> wrote: > If I use Nexus OSS as a repository manager, the normal for code goes to > production system is something like below: > > 1) Jenkins grabs code from Perforce or GIT server > 2) Jenkins retrieves dependencies from Nexus > 3) Jenkins test and build the project > 4) The build is deployed to Nexus from Jenkins > 5) Web application server, i.e. JBoss Application Server or Apache Server > grabs code from Nexus, for production service. > > In this flow, the build in Jenkins doesn't directly go or deploy to Web > server, but first parked at Nexus, and goes to Web server. > > Is this understanding right? I would appreciation an explanation for this > cycle. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/5ff2816c-3d23-42f4-bfde-103e7f8626fb%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/5ff2816c-3d23-42f4-bfde-103e7f8626fb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CALyHw0FdqN3w0%2BtQVQ-SOEeQS2CiRg%3DUHQrV%2BThCb_5HkPcThA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
