...
This plugin for Jenkins runs as a post-build step that can build a project in FlexDeploy. This provides the ability to start a build in FlexDeploy after completing a job or project in Jenkins.
Plugin Inputs
Input Name | Required | Description | Example |
---|---|---|---|
FlexDeploy URL | Yes | The URL of FlexDeploy running on a server |
|
Qualified Project Path | Yes | The fully qualified path to a project in FlexDeploy |
|
Environment Code | Yes | The code for the environment to build this project in |
|
Credentials | Yes | Choose to either use the Credentials plugin, or use a Username and Password |
|
Test Connection Button | No | Validate your connection to FlexDeploy. This will validate both the FlexDeploy URL, and the credentials you chose. | N/A |
Advanced
Input Name | Required | Description |
---|---|---|
Stream Name | Yes | The name of the stream to build in. Default value is 'trunk' |
Wait for FlexDeploy | No | Check this box to wait for the FlexDeploy workflow to complete. If the workflow fails, the Jenkins project will also fail. |
Inputs | No | Define any workflow inputs you have configured. The Value field can handle environment variables such as BUILD_NUMBER . |
FlexFields | No | Define any build FlexFields you have configured. The Value field can handle environment variables such as BUILD_NUMBER . |