Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Documentum Content Management
xCP 20.2 Command line deployment
Anshu Kumar
Hi All,
We are planning on using Jenkins to achieve CI/CD for our xCP application. So, for that I need one help with the xCP package deployment. I wants to deploy the package using maven command instead of using "deploy-xcp-application" . Inside xCP_Designer_Help_20.2_User_Guide there are few steps mentioned to deploy the xcp-application using maven command but there is one point which is not clearly mentioned and that is "how we can pass the recently created .war file" . I’m able to build the package( .war file) using maven command. Kindly suggest me.
Thanks and Regards,
Anshu
Find more posts tagged with
Comments
Anshu Kumar
Hi all,
Anyone who is looking for the procedures to use Jenkins as an orchestrator for building and deploying the packag for xCP applications then please refer to xCP_Designer_Help_User_Guide( Page No: 489 ) and follow the steps ( 6,7 and 8 ). Fist create a new pom.xml with the required plugin s like: xcp-import-project , xcp-deploy.
mvn deploy takes two parameter envConfig and applicationConfig and not required to pass the .war file. mvn deploy command build the package and it will use the same .war file for the deployment. I just hope it might help you. But if you've any doubts then please comment below.
Best Regards,
Anshu