Deployment of build Artifact (War files) to different environments (Dev, test, Prod) using Jenkins -
we able build java applications whenever developer checkin code code repository using jenkins , generated war file auto deployed dev environment (tomcat server). later need deploy same war file test environment. there feature in jenkins deploys war file dev test environment?
you should consider setting artifact repository (nexus, artifactory), store artifacts. deployments should take artifacts repository.
to perform deployment nexus utilize deploy plugin https://wiki.jenkins-ci.org/display/jenkins/deploy+plugin
jenkins jenkins-plugins
No comments:
Post a Comment