Versions Compared

Key

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

At the completion of this section, you will:

...

Now that we have the Environments configured and the Endpoints created, we need to create an instance for Maven to run on. A technology instance is a logical representation of a software technology that is running in one or more Environments. There can be many different technology instances in a given Environment, we will be creating a single Maven technology instance.

Viewing the current list of Technology Instances is accomplished by selecting Topology from the menu and then selecting Instances from the left menu.

Image Modified

Click on the + in the upper right corner to create and configure a new Technology Instance. Configure the following:

  1. Instance Code
  2. Instance Name
  3. Deployment Target - This is our build instance, this will be 'No'.

Image Modified

Now that we have a Maven Instance, we need to select the Environments that the Instance will be available in. Select the Environments tab and drag the Build Environment, created earlier, onto the center pane.

Image RemovedImage Added

Select the Workflow tab so that we can associate any workflow that will be executed on the Maven Instance. There will be many workflows in the list so utilizing the search will be helpful in finding the correct workflows. This association will automatically discover the plugin operations that will execute on this instance, as well as, determining additional configuration properties that will be configured in the Environment Instance section of the tutorial.

Image RemovedImage Added

Select the Plugins tab and verify that the appropriate plugin operations are listed. Select Save.

Image RemovedImage Added


...