- style
tag
Creates a tag in the local repository and pushes it to the remote repository as well if desired.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
Project Properties
Property Name | Required | Description |
---|---|---|
|
|
|
Inputs
Input Name | Required | Description |
---|---|---|
| Yes | The FlexDeploy instance where Git properties are configured. |
| Yes | Directory containing the Git repository. |
| Yes | Name used for the Committer and Author values. |
| Yes | Email used for the Committer and Author values. |
| Yes | The name of the tag that is being created. |
| No | A message to indicate why the tag was created. |
| 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
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.
- style