commit
Commits all modifications to tracked files into the local repository. If there are no files to commit in local repository, the commit will not be performed.
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 |
| Yes | The FlexDeploy instance where Git properties are configured. |
Destination Subfolder |
| Yes | Path relative to the FD_TEMP_DIR of the local git repository |
Name |
| Yes | Name used for the Committer and Author values. |
| Yes | Email used for the Committer and Author values. | |
Revision Message |
| No | The message that will be attached to this commit. |
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 uses the –all
option and uses FDGIT_INP_REVISION_MESSAGE
for the commit message.
- style