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

Version 1 Next »

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 Name

 

Required

 

Description

 

FDGIT_URL

Yes

 

The URL to the remote Git repository.

 

FDGIT_USER

Yes

 

The username to the remote Git repository.

 

FDGIT_PASSWORD

Yes

 

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

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

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

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.

  • No labels