...
In the pipeline Workflow, create a new pipeline step. In the Step Setup, provide a ‘Step Name’ and select ‘Informatica’ in the Tool dropdown. Once saved, provide configurations. In Step Configuration, make the following selections:
Type of Execution - Choose ‘Export Objects’.
Informatica Tool - Select the configured Informatica tool from the Tool Registry.
SCM Type - Choose from Bitbucket, GitHub or GitLab.
SCM Account - Select the configured SCM account.
Workspace/Project - Select the workspace or project containing the repository.
Repository -
Branch -
Create a new branch - Enable the toggle to enter information about your new branch
Source Branch - Select the branch that your new branch will be based off of.
Dynamic Branch Name - Enter a name for the new branch name. To make this a dynamic name, changing with every new run, you can append the following keywords to your branch name of choice: “timestamp” - adds the current timestamp to end of the branch name. “run_count” - adds the current run count number. You can add both if desired, for example: “dynamicbranchname_timestamp_run_count”. Branch name will display as follows:
Include Dependencies -Save the step.
Create a new pipeline step. In Step Setup. Select ‘Informatica’. In Step Configuration, make the following selections:
Type of Execution: Choose ‘Import Objects’.
Informatica Tool - Select the same configured Informatica tool used in the first pipeline step.
Informatica Export Object Step - Select the name of the export Informatica step from the dropdown.
Deploy from Git - Enable the toggle to provide values from dropdowns for git deployment.Click‘Save’ Click ‘Save’ button.
Once the pipeline steps have been configured properly, click the ‘Start Workflow’ button to enter the Informatica Pipeline Run Assistant.
...