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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5ff2816c-3d23-42f4-bfde-103e7f8626fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to