Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. 

  

Environment/Instance Properties

...

Property Name

...

Required

...

  

Project Properties

...

Property Name

...

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

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

FDGIT_INP_FILELIST

Yes

A space-separated list of files to be added. A period can be used to add all files.

  

...

...

Output Name

...

Required

...

Description

  

Artifacts

This operation doesn't consume or produce any artifacts.

...

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

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

...