Versions Compared

Key

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

Table of Contents

...

Double click on an existing project and click on the Configuration tab (second tab).

Image RemovedImage Added

Enter/modify values for the following different configurations for the Project.

...

Field Name

Required

Description

Active

Yes

Whether or not the project is active. Build and Deploy workflows cannot be executed on inactive projects.

SCM Type

Yes

Type of the Source Control Management. Default value can be configured using Project Defaults.

Priority

Yes

Provides a mechanism for establishing dependencies between projects at deployment time. When multiple deployments are queued they will be processed in order of priority (lowest priority takes precedence). The scope of the priority is defined by the Priority Scope.

Priority Scope

No

Defines the scope in which priorities are evaluated at runtime. Application scope indicates this project's priority will be evaluated against other projects in this application only. Folder scope indicates this project's priority will be evaluated against other projects in this application's parent folder. Global scope indicates this project's priority will be evaluated against all other FlexDeploy projects.

Package Name ScriptNo

This is only applicable to partial deployment projects. User can configure groovy script to default name for new packages. Variables supported are

  • ProjectName
  • StreamName
  • PackageNameSequence - system wide sequence.

It is possible to just use PackageNameSequence as script, in which case package names will be like 10001, 10002 etc.

If you use script like ProjectName + "-" + PackageNameSequence, then generated package names will be something like XXHR-10001, XXHR-10002 etc.

Generated package name must use only allowed characters - Letters,Numbers,Underscore,Dash,Dot,Space,Parentheses

Package Build TypeNo

This is only applicable to partial deployment projects. User can configure the usage of packages for the project and in release which references this project. There are 3 options:

  • All Files Only
  • Packages Only
  • Both

All Files means the project can build and deploy (All Files) only, no packages can be built or deployed. Releases can only add this project with "(All Files)" package name.

Packages means the project can only build and deploy packages, no (All Files) can be be built or deployed. Releases can only add this project with non-"(All Files)" package name.

Both means there are no package restrictions.

Package Build Type is defaulted to Project Defaults PackageBuildType value. If empty then it is set to Both.

Description

No

A description of the project.

Build Workflow

Yes

The build workflow to run for this project's builds. Build workflow will execute on specified Build Instance.

Build Instance

Yes

The instance to run the build workflow on.

Pre-deploy WorkflowNoThe pre-deploy workflow to run for this project's deployment. Pre-deploy workflow will execute in the selected Deploy Instance(s).

Deploy Workflow

Yes

The build deploy workflow to run for this project's deployments.

Deploy Instance(s)

Yes

One or more deploy instances available to run deploy workflows on.

...

Info
iconfalse
titleRelease

PVCS was made available in the 4.5.3 release of FlexDeploy


Defaults for PVCS source configurations can be configured using Project PVCS Setup Defaults. This can be configured such that

...