Versions Compared

Key

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

This POST service will perform the same action found on the "Build Request Form". It will initiate a request to build the project selected in the qualifiedProjectName. The service will return the workflowRequestId which can be used by the getWorkflowRequestStatus call to determine when the workflow is complete.

...

Info

Notice that the projectFiles parameter is included to indicate to FlexDeploy that this request is for a Partial Build.

Parameters

Parameter

Required

Type

Description

authentication

Y


See Common Parameters below.

environmentCode

Y

String

This is the environment code, not the environment name that you see on most screens.

forceBuild


Boolean

Values are true or false. Indicates that the build should occur even if there are not SCM changes

qualifiedProjectName

Y

String

The qualified project name starts with /FlexDeploy and includes any sub folder, then the application and finally the project.

streamName

Y

String

The name of the Stream.

workflowVersionOverride


String

Optionally the version of the workflow can be overridden.

inputs



See Common Parameters below.

projectFilesNStringIncluded to indicate a Partial Build. Fully qualified file path is required for this parameter to be used. scmRevision is optional; if it is not indicated, then FlexDeploy will use the latest revision as the default.

...