Set up CI/CD integration

Set up the connection between ValueEdge and your CI/CD server.

Overview

Integrating ValueEdge with CI/CD servers lets you do the following:

Type Details
CI

Integration with CI servers is the basis for working with pipelines in ValueEdge, and for integrating ValueEdge with UFT One.

CD

Integration with CD servers helps you automate the deployment of application changes via release process auto actions.

    Caution:
  • The permission mechanism of ValueEdge is not synchronized with the permission mechanism of the CI/CD server. Therefore, ValueEdge users may have access to information from the CI/CD server that they would otherwise not be authorized to access, such as log files and stack traces.

  • All ValueEdge integrations, and particularly CI/CD server integrations, use the SSL protocol.

Back to top

CI server integration: prerequisites

Before you begin, prepare the following:

  • Obtain API Access. Ask your space admin for an API access Client ID and Client secret. The plugin uses these for authentication when communicating with ValueEdge.

    The space admin can obtain the Client ID and Client secret in ValueEdge Settings. The access keys must be assigned the CI/CD Integration role in all relevant workspaces. For details, see API access.

  • Obtain access to a CI server that meets the necessary requirements. For the CI servers that are supported by the Application Automation Tools plugins, see Support Matrix.

  • Install the Application Automation Tools plugin on your CI server. Download, install, and configure the plugin that enables ValueEdge integration with your CI server.

    Plugins enable ValueEdge to retrieve and display your CI server's build pipelines, synchronize test run results with the CI server, and trigger pipeline runs on the CI server. For details, see Install and configure the plugin on your CI server.

Back to top

Add CI/CD servers on ValueEdge

For ValueEdge to integrate with CI/CD servers, the servers and their URLs must be added in ValueEdge.

To add a CI/CD server to ValueEdge:

  1. In Settings > Spaces, select a workspace.

  2. Go to the DevOps tab, and on the left pane, select the server type: CI Servers or CD Servers.

  3. Add a server and provide server details:

  4. Type Details
    CI server

    Click + CI Server, and then define the following fields:

    • Name: Enter a name for the CI server.
    • URL: Select the URL from the list of servers.

      Note the following:

      The list displays all servers that meet the following conditions:

      • The server has the Application Automation Tools plugin installed and configured to access your ValueEdge.

      • The API Access keys that the plugin is using are assigned the CI/CD Integration role in the current workspace.

    Click Add.

    CD server

    Click + Deployment Automation Server, and then define the following fields:

    • Name: Enter a name for the CD server.
    • URL: Enter the CD server URL.
    • User name and Password: Provide credentials you use to access the CD server.

      Note: Ensure that a server user whose credentials you enter has permissions to run processes on the CD server.

    Click Test Connection. If the connection is successful, click Add.

Back to top

Manage your CI/CD servers

In the list of servers, you can add or remove CI/CD servers, view information about each server, and suspend or resume the connection between ValueEdge and the server.

Open the list of servers

This list provides information about the servers' status, type, URL, and more.

  1. In Settings > Spaces, select a workspace.

  2. Click the DevOps tab. On the left pane, select CI Servers or CD Servers.

    The list displays all servers that were previously connected to ValueEdge.

  3. Select the columns that you want displayed. For example, for each CI server, you can see:

    • Whether the server is currently connected.

    • The server type.

    • The version of the plugin installed on the server, or the SDK version used to develop the plugin.

      Keep your plugin up-to-date to benefit from all the latest enhancements and functionality. If your SDK version is outdated, a red status icon is displayed, and functionality is impaired.

    • A link to the server's URL.

      For this link to work properly, your server must have its Site URL properly configured.

    Note: When the URL of a CI server changes, the change is reflected in ValueEdge automatically after a slight delay. You do not need to update the URL directly in ValueEdge.

Suspend and resume data transfer from Jenkins to ValueEdge

Instruct a selected CI server to stop sending information to ValueEdge. This includes information such as pipeline runs, test runs, SCM commits, and code coverage data.

A suspension may be useful, for example, in the following situations:

  • Your CI server is undergoing maintenance and you don't want experimental data to be sent to ValueEdge.

  • You are investigating unexpected behavior on your CI server and you want to isolate the server.

  • The network between your CI server and ValueEdge is going to be disconnected for maintenance and you want to reduce overload on the CI server during that time.

Back to top

Next steps: