Table of Contents

Search

  1. Preface
  2. Informatica Developer
  3. The Model Repository
  4. Searches in Informatica Developer
  5. Connections
  6. Physical Data Objects
  7. Flat File Data Objects
  8. Logical View of Data
  9. Viewing Data
  10. Application Deployment
  11. Application Patch Deployment
  12. Application Patch Deployment Example
  13. Continuous Integration and Continuous Delivery (CI/CD)
  14. Object Import and Export
  15. Appendix A: Data Type Reference
  16. Appendix B: Keyboard Shortcuts
  17. Appendix C: Connection Properties

Developer Tool Guide

Developer Tool Guide

Sample Automated Delivery Process

Sample Automated Delivery Process

This section shows how you can set up continuous delivery to deploy mappings to the production environment as the mappings are approved in the development environment.
Set up continuous delivery to perform the following delivery operations:
1. Identify mappings that are approved for delivery.
To identify mappings that are approved for delivery, perform the following tasks:
  1. Continuously check whether any mappings in the development environment have the tag
    ReadyForDelivery
    .
  2. Query the design-time mappings for the tag
    ReadyForDelivery
    .
  3. Pass the query to the REST API
    Get design-time objects
    or to the command
    infacmd dis queryDesignTimeObjects
    .
2. Deploy the mappings to an application patch archive file.
If the query returns at least one mapping, deploy the mappings to an application patch archive file.
Pass the query to the REST API
Deploy design-time objects to an archive file
or to the command
infacmd dis deployObjectsToFile
. The REST API request or the infacmd command save the archive file on the Data Integration Service machine.
3. Deploy the archive file to a Data Integration Service.
Deploy the archive file to a Data Integration Service in the production environment. Pass the location of the archive file to the REST API
Update an application
or to the command
infacmd tools patchApplication
.

0 COMMENTS

We’d like to hear from you!