The Load Impact SaaS service is deprecated and will be end-of-lifed at December 31st, 2020. It has been superceded by k6 and k6 Cloud.
A plugin for the Jenkins CI Server, that run load-tests hosted on Load Impact, as a build-step or post-build-step.
- At the Load Impact Developers page
- At the Jenkins plugins list
- By cloning this GitHub repo and building it using the instructions below
You can clone this GitHub repo and build the plugin yourself using the instructions below.
- Java JDK, version 6+
- Apache Maven, version 3+
Run the following command (in the root directory of the cloned sources) to build the plugin ZIP
cd path/to/loadimpact-jenkins-plugin
mvn clean package
You can then find the plugin as the file ./target/LoadImpact-Jenkins-plugin.hpi
Use Jenkins own plugin upload service, by navigating to "Manage Jenkins", then "Manage Plugins", finally choose the "Advanced tab". Under "Upload Plugin", select the HPI file you just built and click "Upload". At last, restart jenkins.
- Get an API token from your Load Impact account
- Add a credential, defining the API token. N.B. you need to have the Jenkins Credentials plugin installed.
- Create a new build job and choose "Load Impact" as a build or post-build step.
- How to configure this plugin, see Load Impact Jenkins Plugin
- Overview of all developer support, see Load Impact Developers
- How to write load-test scripts, see Load Script API Documentation
- How to guides, see Load Impact Knowledge Base