Versions Compared

Key

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

Creates a tag in the local repository and pushes it to remote repository as well using the git tag and push commands. This operation is similar to tag, except it requires less inputs, as values are derived from Project SCM Configurations.  

Environment/Instance Properties

...

Property Name

Property Code

Required

Description





  

Inputs

Input Name

Input Code

Required

Description

Name

FDGIT_INP_NAME

Yes

Name used for the Committer and Author values.

Email

FDGIT_INP_EMAIL

Yes

Email used for the Committer and Author values.

Tag Message

FDGIT_INP_TAG_MESSAGE

No

A message to indicate why the tag was created.

Do Not Push Tag

FDGIT_INP_DO_NOT_PUSH_TAG

No

Select if you do not want the tag pushed to remote repository. By default the tag will be pushed.

  

Outputs

Output Name

Required

Description




Artifacts

This operation doesn't consume or produce any artifacts.  

...

Tag will be automatically pushed to remote repository, so push operation is not necessary for pushing tag to remote repository. You can skip push of tag using input, if desired.

Below are the values that are used for the operation.