Adds untracked files to the staging area of the local Git repository to be committed. This operation will execute the git add command in the specified temp directory's subfolder.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code |
| Yes | The FlexDeploy SCM instance where Git properties are configured. |
Destination Subfolder |
| No | Directory containing the Git repository. When provided the git add command will be executed in this subfolder of the temp directory. If no subfolder is provided the operation will execute in the temp directory. |
File List |
| Yes | A space-separated list of files to be added. A period can be used to add all files. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...