...
Info |
---|
For a quick guide on configuring these plugins and using them together, check out the Getting Started with the Jenkins Plugin page. You can invoke Jenkins from FlexDeploy using shell plugin(s), see Invoking Jenkins job from command line for quick reference. If you are looking to migrate Jenkins jobs to FlexDeploy, see Migrate Jenkins job to FlexDeploy. |
The FlexDeploy Plugin
The FlexDeploy Jenkins Plugin offers the ability to get an artifact from a completed Jenkins build and put it into the FlexDeploy artifact repository. Once the artifact is brought into FlexDeploy, we can use it in any project build or deployment.
...
The Jenkins plugin can be downloaded from here.[Another link to the download]
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.
...
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 |
...