Installing Jenkins Plugins

This article provides instructions for integrating Jenkins plugins with Avo Assure.

Prerequisites

  1. Avo Assure Agent

    • The Avo Assure Agent must be installed.

    • The user must be registered with the Avo Assure Agent to trigger the execution.

    • The Avo Assure Agent must be running.

  2. Execution List: At least one execution list should be created in Avo Assure to define which test cases Jenkins will trigger and run.

  3. Jenkins Credentials: A valid Jenkins username and password ready for authentication.

  4. Jenkins Plugins: Ensure the Jenkins Plugins must be installed to enable pipeline execution.

Steps to Install Jenkins Plugins

Note:

  • Avo Assure integrates with Jenkins using cURL, PowerShell-RestMethod, JavaScript, Python, and Shell-wget programming languages. Ensure the required plugins for these languages are installed.

  • The example below demonstrates plugin installation using PowerShell language. Plugins for other supported languages can be installed similarly.

  1. On the Jenkins home page, select Dashboard, and then select Manage Jenkins.

  1. Select Plugins to view and manage the installed plugins. Plugins window appears.

  1. In the search box, enter the language used in Avo Assure (e.g., PowerShell), and select the checkbox as shown in the below image.

  1. Select Update to install the language.

  1. From the left pane, select Installed plugins. In the search box, search for the plugin you installed (e.g., PowersShell), and enable the toggle button.

Note: If the required plugin is not enabled, the language might not appear in the Jenkins Configuration window.

Last updated

Was this helpful?