开发者

Deploying from Nexus to Tomcat (via Jenkins/Hudson)

开发者 https://www.devze.com 2023-04-05 12:37 出处:网络
I am looking to create a three-step process for our internal development, and I am having some issues with the third step.

I am looking to create a three-step process for our internal development, and I am having some issues with the third step.

Step 1: A developer will use Jenkins to build/deploy a snapshot release of a project to the Nexus snapshot repository. As a post build step, this project will also deploy the built WAR to Tomcat (Using the DeployArtifact plugin).

Step 2: Using the Jenkins promoted builds plugin, a developer can nominate a build to be ready for QA. This build is then tagged with an release candidate number, and deployed to the Nexus release repository.

Step 3: I would like QA to be able to log into Jenkins and be able to deploy the newly created release candidate to Tomcat (a different tomcat instance for QA).

I know I can do all of this via a manual build process with shell scripting, but I was really hoping that there would be a Jenkins plugin to allow QA to find a list of the release candidate plugins and deploy a sp开发者_JAVA百科ecific one to Tomcat.


I think you're looking for something like the Jenkins Artifactory plug-in for release management.

The closest you'll get, using Nexus, is the Staging suite functionality. I'm not aware of any integration it might have with Hudson or Jenkins. Additionally this is only available with the professional version of Nexus.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号