Question
Flex
IN
Last activity: 14 Feb 2019 0:05 EST
Pega deployment automation
Our requirement to make the deployment in automated way, like taking the solution code from TFS then building and deploying the file through Jenkins.
we are able to build the solution through MSBuild plugin. But while deploying the solution, there are two files getting generated ( .opanspan and .manifest). We can able to see these same files in package server also.
Here the problem is, when we did it through visual studio that .manifest file is not coming into the package server instead of that we are getting .xml file.
So we wanted to know how to do the deployment through command line to get the exact files (.manifest and .xml file).
Has anyone encountered this same issue and how to resolve it? Any idea about Deployment Automation?
Note: Our Pega solutions are having the separate configuration.os file.
Thanks in advance.