Versions Compared

Key

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

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

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

Yes

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

FDGIT_INP_INSTANCE_CODE

Yes

The FlexDeploy instance where Git properties are configured.

FDGIT_INP_DEST_SUBFOLDER

Yes

Directory containing the Git repository

FDGIT_INP_NAME

Yes

Name used for the Committer and Author values.

FDGIT_INP_EMAIL

Yes

Email used for the Committer and Author values.

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

...