...
Tip |
---|
The Scope of a FlexField value is a Workflow Execution which may be build/deploy/test/utility. Note that build request FlexFields are associated with Project Version created by build so those values are also available during deploy execution as well for that project version. |
...
Build Request
...
FlexField
Build Request FlexFields are available through the lifecycle of your release. The value is set during the Build Request, and then is available to be read during deployments of that project version.
...
Deploy Request
...
FlexField
Deploy Request FlexFields are limited to only being used with the specific deployment being executed.
...
The active FlexFields will be available for users when submitting the Build or Deployment Request (see below). If the FlexField is configured as required, then the user must enter value. Other validations like Data Type, String length, Range check for numbers etc. are also performed as defined for a specific FlexField. Custom Groovy validations that are defined by the user in the administration page will be executed as well against the user input. FlexField values will be available in the Reports and Tasks to provide additional information regarding the Build or Deployment Request.
Build Request Form
...
...
Deploy Request Form
...