Versions Compared

Key

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

At the completion of this section, you will:

...

Now that FlexDeploy is configured with everything that is required to execute a build and deploy request for the ADF application, we can execute the first build.  On the Project, select the first tab (green - Execution) Image AddedExecution tab and select the Build button.

...

The Build Request Form will appear and we need to:

  1. select Select the environment we want to build the application in, the . The environments that had the Build Environment checkbox will appear in the dropdown.
  2. select Select the SCM stream that was configured on the project, this . This will be pre-populated if there is only one configured stream.
  3. submit Submit the request, this which will initiate the applicationBuild workflow.

Upon submission, the build workflow is initiated and the workflow steps are executed on the ADF instance in the Dev environment, utilizing the JDEV endpoint.  Upon completion of the workflow, the execution status will be successful.

With the successful execution of the build, an EAR file artifact is created, stored in the artifact repository and marked with the Project Version.  Every build will generate a new Project Version.  The generated EAR artifact can be viewed from the Execution Id link and the Artifacts tab.

Image Modified


Now the composite can be deployed to an environment by selecting the Deploy button.

...

The Deploy Request Form will appear and we need to:

  1. select Select the Project Version, the . The form will default to the latest Project Version but the dropdown will contain all previously create Project Versions.
  2. select Select the Environment that the deployment will be executed in.
  3. select Select the Deploy Instance, which will be defaulted from the Project configuration.  Deployments can happen on multiple instances.
  4. submit Submit the request, this which will initiate the application Deploy workflow.

Upon submission, the deploy workflow is initiated and the workflow steps are executed on the ADF instance in the Dev environment, utilizing the ADFDEV endpoint.  Upon completion of the workflow, the execution status will be successful.

...