Versions Compared

Key

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

Next we need to create an SCM instance for SubVersion which we will be used during the build process. SCM instances are not environment specific, so we will only configure this once.

Tip

You can utilize other SCM Instance as appropriate for your environment.

To view the list of instances defined within FlexDeploy, select Topology -> Instances from the menu. All instances will be listed. SCM instances will be in the SCM group.

...

Info

For example, if the path to your project is:

      https://subversion.flexagon.com/svn/trunk/BRANCH-4.0-fixpack1/FlexDeploy

The the SVN instance should be set to

      https://subversion.flexagon.com/svn/

and the trunk path script should be set to

      "/trunk/BRANCH-4.0-fixpack1/FlexDeploy" (Note this is in quotes as it is a groovy script input) - This is not needed at this point, but we will configure that on specific project(s).


Click Save.

Tip

Use Test Connection to validate your configuration details.


Next step      Back