maven - Using Jenkins to deploy a war file from dev to QC to live environments -
i new jenkins , have got first build project , running checks source code out of our svn repository, using maven packages war file naming convention versions, , deploys our development tomcat server.
now, our process first deploy development tomcat server developers perform testing against build.
once happy, want them go jenkins , tell send exact same .war file build deployed different quality command tomcat server quality command team can manual tests , sign off happy web application.
when quality command team happy .war file build, want them able go jenkins , tell send same .war file our live environment.
our developers , quality command team have access jenkins server.
does have ideas or suggestions on how accomplish process using jenkins, svn, maven , tomcat?
the jenkins promoted builds plugin want accomplish:
manual promotions - can take grouping of people can run promotion manually. gives way of having "sign off" within build system. example, developer might validate build , approve qa testing when work product completed entirely. promotion can added qa hand off production.
hope helps.
maven jenkins continuous-integration
No comments:
Post a Comment