Versions Compared

Key

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

...

  • Create a workflow input called inpBuildNumber.



  • Drag in the plugin step, change the input type to script, and enter the name of the input we just created.



  • Now, create the FlexDeploy project that Jenkins will execute. Once you choose the build workflow we just created, you should be able to see a project property called Jenkins Job Name. Enter the name of your Jenkins job/project here.
    Image Removed

    Image Added

    It's best practice to give the project in FlexDeploy the same name as the project in Jenkins. This way, we can simply use theĀ FD_PROJECT_NAME variable to minimize the potential for project misconfiguration.

  • Once you've configured the workflow and the project property, you should be set up to use a Jenkins artifact in FlexDeploy!

  • If you want to use FlexDeploy to deploy an artifact built in Jenkins, configure a deploy workflow to deploy an artifact from the FlexDeploy Artifact Repository. Then you can set up a Post Build Trigger on your FlexDeploy project, and choose the Environment and Branch Name that you're using from Jenkins.

...