Versions Compared

Key

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

At the completion of this section, you will:

...

FlexDeploy has native integration will all major Source Control Management Systems.  The integration starts with creating named connections to the repository through the FlexDeploy repository.

Viewing the current list of SCM Instances is achieved by selecting Topology from the menu, then the Integrations tab from the left-hand pane.  There are four five types of integrations in FlexDeploy, but we will focus on Source Control in this tutorial.

Image RemovedImage Added

Select the + in the upper right corner to create and configure a new GIT Instance.  Configure the following:

FieldDescription
Instance CodeA technical code for the instance, without any spaces.  The codes are available as variables to shell and Groovy scripts, and therefore needs to comply with their limitations. 
Instance NameA descriptive name for the instance.
SCM Type

Type of Source Control Management System.  We will use Git for this tutorial.

Info

Supported Source Control Management Systems are:

  • Subversion
  • Git
  • Microsoft TFS Version Control
  • PVCS
  • CVS
  • Perforce
  • IBM ClearCase (UCM)
  • File System


SCM Properties

The remaining properties are specific to the selected SCM.

Info

For Git:

  • Git URL
  • Git User
  • Git Password
  • Git Timeout (optional)


Image RemovedImage Added

Tip
titleTip

Git URL also supports git and ssh protocols.

...