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. This operation is similar to tag, except it requires less inputs, as values are derived from Project SCM Configurations.

Environment/Instance Properties

Property NameRequiredDescription
FDGIT_URLYesThe URL to the remote Git repository.
FDGIT_USERYes The username to the remote Git repository.
FDGIT_PASSWORDYesThe password for FDGIT_USER.

 

FDGIT_CMD_PATH


 

Yes

The GIT executable folder.

Note:
  If the Git executable is on the PATH, then
  there is no need to setup this property, otherwise, this needs to be
  configured on the Environment Instances screen for the workflow instance
  (different from the 3 above, which are on the SCM Instances screen).

Project Properties

Property Name

Required

Description

 

 

 

Inputs

Input Name

Required

Description

FDGIT_INP_NAME

Yes

Name used for the Committer and Author values.

FDGIT_INP_EMAIL

Yes

Email used for the Committer and Author values.

FDGIT_INP_TAG_MESSAGE

No

A message to indicate why the tag was created.

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.

...