Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description: The Git Operations pipeline step currently enables user to perform 2 actions:

  • Create a Tag

  • Creating a PR.

Use the following documentation as a guideline to set up a Git Operations pipeline step and analyze corresponding Pipeline Activity Logs.

Git Action: Create a PR

  • SCM Type - Choose a source management type. Choose Bitbucket, Github, Gitlab or Azure Devops. It does not yet support Azure Devops.

  • SCM Account - Choose configured account

  • Workspace/Project -

  • Repository -

  • Branch -

  • Git Action - Select ‘Create PR’.

  • Target Branch -

  • Description -

Pipeline Activity Logs

Successful Pull Request:

Pull Request Already Exists:

No Commits Between Branch and Target Branch:

Git Action: Create a Tag

  • SCM Type - Choose a source management type. Choose Bitbucket, Github, Gitlab or Azure Devops. It does not yet support Azure Devops.

  • SCM Account - Choose configured account

  • Workspace/Project -

  • Repository -

  • Branch -

  • Git Action - Select ‘Create a Tag’.

  • Dynamic Tag Name - Provide a name. To make the name dynamic, changing for each pipeline run, add the following text: date, timestamp and run_count.

Pipeline Activity Logs

Successful Tag Creation:

  • No labels