Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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 -

    Image Removed


    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:

    Image Added


  2. Image Added

    Save the step.

  3. 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.

  4. Click‘Save’ button.

...