Versions Compared

Key

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

...

Column

Data Type

Required to Create the project

Description

ProjectName

String

Yes

The name of the project you wish to create

FolderPath

String

Yes

The folder path to locate the project.

Must start with FlexDeploy/

You can use a nested folder structure. The folders will be created, if you have permission to create them.

Description

String

No

An optional description for the project.

ProjectType

Enum Values

No

The type of the project you wish to create. If it is left blank a standard project is created. If populated, a Package-Based project will be created of the selected type.

The available options are below.

Project Name - Code to enter in the CSV.

EBS - EBS
File - PARTIAL_FILE
JDBC - PARTIAL_JDBC
Oracle Forms - OracleForms
Oracle Database - ORACLE_DB
Oracle BI - ORACLE_BI
Oracle BI 2.0 - ORACLE_BI_V2
Oracle CX Commerce (Classic) - ORACLE_CX_COMMERCE_CLASSIC
Oracle Transactional BI - ORACLE_TBI
Oracle APEX - ORACLE_APEX
Oracle SaaS FSM - ORACLE_SAAS_FSM
Oracle CPQ - ORACLE_CPQ
Oracle Integration Cloud - ORACLE_INTEGRATION_CLOUD
Oracle Analytics Cloud - ORACLE_ANALYTICS_CLOUD
Oracle Data Integrator- ORACLE_DATA_INTEGRATOR
Oracle Manage File Transfer - MFT
Salesforce - SALESFORCE
MDS - MDS
SAP - SQP
Oracle Service Bus - OSB
Dell Boomi - BOOMI
Generic - GENERIC

DeploySequence

Integer

No

Optionally sets the deploy sequence for the project.

NextProjectBuildNumber

Integer

No

Optionally sets the next build number for the project. Defaults to 1.

BranchName

String

No

Optionally sets the branch name for the project. Defaults to the default branch from project defaults.

VersionNameSyntax

String

No

Groovy Script

Options sets the version name syntax (groovy) for the project. Defaults tot he to the value from project defaults.

NextBranchBuildNumber

Integer

No

Optionally sets the next build number for the main branch. Defaults to 1.

SparseCheckoutFolders

String

NoOptionally

sets a comma-separated set of checkout folders. Make sure that the value is quoted if it contains a commaGroovy Script

Set’s the sparse checkout folder for the project.

FDGIT_URL

String

Yes

Git URL you would like for the project source

FDGIT_USER

String

Yes

Git User

FDGIT_PASSWORD

String

No

Git Password

BuildWorkflow

String

Yes

The name of the workflow that you wish to use for building the project.

DeployWorkflow

String

Yes

The name of the workflow that you wish to use for deploying the project.

BuildTargetGroup

String

Yes

The Target Group Code of the target group that you wish to use for builds.

DeployTargetGroup

String

Yes

The Target Group Code of the target group that you wish to use for deployment.

...