tag

Creates a tag in the local repository and pushes it to the remote repository as well if desired using the git tag and push commands. 

  

Environment/Instance Properties

Property Name

Property Code

Required

Description





  

Project Properties

Property Name

Property Code

Required

Description





  

Inputs

Input Name

Input Code

Required

Description

Instance Code

FDGIT_INP_INSTANCE_CODE

Yes

The FlexDeploy SCM instance where Git properties are configured.

Destination Subfolder

FDGIT_INP_DEST_SUBFOLDER

No

Path relative to the FD_TEMP_DIR of the local git repository. If not provided the temp directory will be used.

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 Name

FDGIT_INP_TAG_NAME

Yes

The name of the tag that is being created.

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.  

Endpoint Selection

This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instance.

Selecting a specific resource will result in selection of endpoints associated to the environment instance which have that resource defined.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

This operation will automatically push the tag to the remote repository, so it is not necessary to add a separate push operation in the workflow to push the tag to the remote repository. You can skip pushing the tag using input, if desired.

The following macros are not currently supported in the footer:
  • style