Hi all,
This is regarding ProjectAutomator.xml.
By using Jenkins and Ant scripts, I am able to extract the packages from SVN.
I am not able to pass the list of packages to ProjectAutomator.xml file dynamically.
For example: I have 2 Packages in SVN (Package1 and Package2). These are extracted to CI machine successfully.
Now by using ProjectAutomator.xml file I want a deployer project to be created, but to do that, I need to add manually these 2 packages in ProjectAutomator.xml file (below is an extract from this file). Is there a way I can dynamically pass package names?
<DeploymentSet autoResolve="full" description="Demo_Set" name="Demo_Set" srcAlias="DEMO_Repository">
[b]<Composite displayName="Demo" name="Package1" srcAlias="DEMO_Repository" type="IS"/>
<Composite displayName="Demo" name="Package2" srcAlias="DEMO_Repository" type="IS"/>[/b]
</DeploymentSet>
<DeploymentMap description="Demo_Map" name="Demo_Map"/>
<MapSetMapping mapName="Demo_Map" setName="Demo_Set">
<alias type="IS">DEV_IS</alias>
</MapSetMapping>
<DeploymentCandidate description="Demo_Candidate" mapName="Demo_Map" name="Demo_Candidate"/>
</Project>
#webMethods-General#webMethods#Integration-Server-and-ESB