A workflow is an orchestration of steps which define a build or deployment process. These steps can be a combination of plugin operations or basic workflow operations such as variable assignment, conditionals, or looping constructs.
Table of Contents |
---|
Types of Workflows
There are 4 main types of workflows that FlexDeploy users will work with.
...
Excerpt | ||
---|---|---|
| ||
Overriding Project VersionIf you want to control the project version based on a discovery made during the build workflow execution, then return the FD_BUILD_VERSION output from build workflow. The version can only contain Letters, Numbers, Underscore, Dot and Dash. |
...