Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This operation is similar to clone, except it does not require any inputs, as values are derived from Project SCM Configurations.

Environment/Instance Properties

Property Name

Required

Description

FDGIT_URL

Yes

The URL to the remote Git repository.

FDGIT_USER

Yes

The username to the remote Git repository.

FDGIT_PASSWORD

Yes

The password for FDGIT_USER.

FDGIT_CMD_PATH

No

The Git executable folder.
Note: If the Git executable is on the PATH, then there is no need to setup this property, otherwise, this needs to be configured on the Environment Instances screen for the workflow instance (different from the 3 above, which are on the SCM Instances screen).

Project Properties

Property Name

Required

Description

 

 

 

Inputs

Input Name

Required

Description

 

 

 

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

The CloneProjectSources operation will perform a shallow clone using a depth value of 1. This will only grab the latest version of the code. Branch, Sparse checkout folder and destination folder are used as configured in Project SCM configuration. This operation will also perform a checkout of the captured revision when the build was triggered. This ensures that the build code used corresponds to the FlexDeploy project version. The checked-out code is suitable for tagging and building, but is not suitable to commit and push back.

  • No labels