Versions Compared

Key

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

Clones a remote repository to the local working directory. This operation supports sparse folder checkout and shallow clone using depth input.

Environment/Instance Properties

Property Name

Required

Description

   

Project Properties

Property Name

Required

Description

 

 

 

Inputs

Input Name

Required

Description

FDGIT_INP_INSTANCE_CODE

Yes

The FlexDeploy instance for Git repository where source code is stored.

FDGIT_INP_DEST_SUBFOLDER

Yes

Directory within working folder to clone INTO.

FDGIT_INP_BRANCH

No

Specifies the Git Branch to clone from.

FDGIT_INP_DEPTH

No

Allows a depth to be specified. Set to 1 to only grab the latest commit (to simulate an export in SVN).

FDGIT_INP_SPARSE_CHECKOUT_FOLDERS

No

Specify comma separated folders to checkout. This is useful when you do not want to clone entire repository.

Outputs

Output Name

Required

Description

 

 

 

Artifacts

This operation doesn't consume or produce any artifacts.

...