đź““
Loadium Wiki
  • Welcome to Loadium
  • Getting Started with Loadium
  • Quick Guides
    • Quick Start
    • JMeter Test
    • Locust Test
    • Script Builder
      • Simple HTTP Builder
      • Record&Play
    • Gatling Test
    • WebDriver Test
    • HLS Test
    • Understanding Test Reports
    • Test Execution Fail Reasons
    • File Output
  • ABOUT LOADIUM
    • Features
    • Pricing
    • VUH - Virtual User Hour
  • ACCOUNT
    • Profile & Account
    • Subscription
  • Features
    • Test Report
    • Compare Test
    • Private Location
    • Report PDF Export
  • Test Settings
    • Split CSV
    • Sandbox
    • Multi-Step
    • Geolocation
    • Customize Setup
    • Dedicated IP
    • Send Email
    • DNS Override
    • TPS
    • Network Type
    • Test Scheduling
    • Test Failure Settings
    • JMeter Settings
    • Failure Criteria
    • Flexible Thread Scheduling
  • CONTINUOUS INTEGRATION SUPPORT
    • Azure DevOps Pipeline
    • Jenkins Load Testing with Loadium
  • Integrations
    • Microsoft Teams Integration
    • New Relic Integration
    • AppDynamics Integration
    • TeamCity Integration
  • Jmeter Corner
    • Built-in JMeter Functions
    • How to Install JMeter Plugins
    • Record and Play Load Testing With Jmeter in 5 Steps
    • Websocket with Apache JMeter
    • JMeter Timers
    • Handling Error Messages of JMeter Tests in Loadium
    • Details of Throughput Controller in JMeter (Splitting Threads to Different Requests)
    • How to Add a Varying Number of Parameters in Apache JMeter
    • Local Network Simulation On JMeter
    • Running Load Test with FTP Server
  • Gatling Corner
    • Introduction to Gatling
    • Gatling Recorder
    • Gatling Pros&Cons
  • PUBLIC APIs
    • Get Test Status Service
    • Authentication Service
    • Get Performance Test List Service
    • Start Performance Test Service
Powered by GitBook
On this page
  • What is Jenkins?
  • How to Add Loadium Credentials to Jenkins
  • How to Add Loadium Plugin to Your CI Pipeline

Was this helpful?

  1. CONTINUOUS INTEGRATION SUPPORT

Jenkins Load Testing with Loadium

Integration and more

PreviousAzure DevOps PipelineNextMicrosoft Teams Integration

Last updated 1 month ago

Was this helpful?

What is Jenkins?

is an open source web based continuous integration tool. It support operation like triggering automated tests, starting a build or making a commit to a version control system.

You can install Loadium’s Jenkins plugin from Jenkins market place. You need to navigate “Manage Jenkins” menu then “Manage Plugins“. You need to search Loadium keyword in the Available tab.

After the installation, you need to add your Loadium credentials inside Jenkins.

How to Add Loadium Credentials to Jenkins

  • Open the Credentials menu in Jenkins’ welcome screen

  • Navigate to “Global” credentials in that screen

  • Select “Add Credential” link

Credentials page will ask you to fill some fields.

  • ID: Choose something differentiating than the other credentials stored in Jenkins

  • Description: Description of the plugin, you can give anything

  • Username: Your Loadium account’s username

  • Password: Your Loadium account’s password

Fill out those fields and click Test Connection button to validate your credentials. In case it’s a success, you’ll receive “Connection to Loadium Server is succesfull” message. If not, you’ll be warned with an error message.

How to Add Loadium Plugin to Your CI Pipeline

  • Navigate to an Item in Jenkins main page to enable Loadium’s plugin.

  • In Build Step, you’ll see “Loadium Performance Test Runner Plugin” option.

  • Choose this one.

  • Choose the credential that you created previously.

  • Then plugin will fetch the projects you created in Loadium and fill “Loadium Test” combobox.

  • Select the desired test to run and save your Jenkins Item.

Right now, you will be able to run any performance test in Loadium in your CI/CD pipeline.

Enjoy load testing!

If you don't see the answer to your question here, please to let us know! We're always improving our documentation.

Features
Quick Start
JMeter Test
Pricing
reach out to us
Jenkins