Hello All,
Has anyone implemented DevOps for Documentum D2 project. Please do let me know.
As we know - pre-requisite of using DevOps is to automation. Considering I have D2 environment i need to implement DevOps - how can achieve the same ?
1. Setup environment (DEV, UAT, Pre-Prod, Prod) using DevOps tools like Jenkins (call silent installation of server component installation)
- Can we use Docker script for setup environment ?
2. Setup configuration of code - versioning, export and import of D2 package or archive while moving to DEV --> UAT --> Prod etc..
- Export D2 configuration package, can be done using ant scripts ? like we used ant script in Headless composer for WDK customization build to create package.
3. For Testing can we use automation testing tool for basic features of Documentum on D2 - Import, export, checkin , version , read , write , delete etc..
Please do let me know, if any has used DEVOps in D2 project fully or partially and answer few of the queries.