Apps documentation
TestFLO - Test Management for Jira
TestFLO - Test Management for Jira
8.14.x
8.13.x
8.12.x
8.11.x
8.10.x
8.9.x
8.8.x
8.7.x
8.6.x
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
FAQ
Release notes
Last updated Dec 30, 2020

CI Servers configuration

To be able to connect TestFLO to the selected CI Server you need to create and configure a connection. On the CI Servers page, you can configure several different CI Servers, assign them to TestFLO projects, and filter jobs available to run. Below you will find information where the CI Servers page is located and how to configure a given connection according to the selected CI Server type.

Warning

Configuration in the CI Servers page is available to users with permissions:

  • Jira System Administrator
  • Jira Administrator

Steps

To get to the CI Servers page:

  1. Go to the Jira Administration > Manage Apps (Add-ons).
  2. Click the CI Servers in the TestFLO section.

Result

The view of the CI Servers page.

CI Servers configuration in TestFLO - Test Management for Jira
CI Servers configuration in TestFLO

The CI Server table consists of the following columns:

  • Name - name that identifies the CI server
  • Type - type of selected CI server
  • URL - URL address of CI server
  • Projects - selected Jira projects where automated tests can be run
  • Status - connection status, may take the following values:
    • Connected - TestFLO and CI Server are properly connected.
    • Network error - connection to the CI server has not been achieved
    • Invalid crecentials - incorrect CI server user authentication data
    • Unknown error - unexpected error
  • Actions - possibility of editing and removing the configured connection

Jenkins CI Server configuration

Steps

To add Jenkins CI Server:

  1. Click the Add CI Server button.
    Jenkins CI server configuration in TestFLO - Test Management for Jira
    Jenkins CI server configuration in TestFLO
  2. Enter a Name that will identify the Jenkins CI server.
    Jenkins CI server configuration in TestFLO - Test Management for Jira
    Jenkins CI server configuration in TestFLO
  3. Select Jenkins type from the list.
  4. Enter the URL address of the Jenkins CI server.
  5. Enter the Username of Jenkins user.
  6. Enter the API Token of Jenkins user. To generate API Token you have to:
    • Log into Jenkins as a user that you used in point 5.
    • Click on the username in the upper right corner.
    • Click Configure
    • Generate token in the API Token section.
  7. Optional: Use regular expressions in Filter jobs names to filter a given job.
    This field is used, to restrict the Jenkins job selection in Run Automated Tests operation. You can input here the name of a folder containing jobs, or input directly the name of a particular job.
    Note

    Using regular expressions you can split existing Jenkins jobs so that each job can be selected separately when running the Run Automated Tests operation. You need to configure multiple connections to the same Jenkins CI Server and limit the selection to a given job by entering the name in the Filter jobs names field.

  8. Click the Test Connection button. If the status of the connection is Connected the Jenkins CI server is properly configured.
  9. Select Projects where you want to run automated tests.
  10. Click Add.

Result

Jenkins CI server has been configured correctly. In selected projects in Test Plan, you will see a new operation Run automated tests that allows you to select and run tests from Jenkins.

Jenkins CI server configuration in TestFLO - Test Management for Jira
Jenkins CI server configuration in TestFLO

Bamboo CI Server configuration

Steps

To add Bamboo CI Server:

  1. Click the Add CI Server button.
    Bamboo CI server configuration in TestFLO - Test Management for Jira
    Bamboo CI server configuration in TestFLO
  2. Enter a Name that will identify the Bamboo CI server.
    Bamboo CI server configuration in TestFLO - Test Management for Jira
    Bamboo CI server configuration in TestFLO
  3. Select the Bamboo type from the list.
  4. Enter the URL address of the Bamboo CI server.
  5. Enter the Username of Bamboo user.
  6. Enter the Password of Bamboo user.
  7. Optional: Use regular expressions in Filter plans names to filter a given plan.
    This field is used, to restrict the Bamboo plan selection in Run Automated Tests operation. You can input here the name of a particular plan.
    Note

    Using regular expressions you can split existing Bamboo plans so that each plan can be selected separately when running the Run Automated Tests operation. You need to configure multiple connections to the same Bamboo CI Server and limit the selection to a given plan by entering the name in the Filter plans names field.

  8. Click the Test Connection button. If the status of the connection is Connected the Bamboo CI server is properly configured.
  9. Select Projects where you want to run automated tests.
  10. Click Add.

Result

Bamboo CI server has been configured correctly. In selected projects in Test Plan, you will see a new operation Run automated tests that allows you to select and run tests from Bamboo.

Bamboo CI server configuration in TestFLO - Test Management for Jira
Bamboo CI server configuration in TestFLO