Skip to content

j-madden/gatling-simulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins + Gatling + MQTT

Setup Jenkins locally:

  • Install the docker plugin
  • Install the Gatling plugin
  • Create a SCM pipeline pointing at this repo

Start up mosquitto with the no-auth configuration exposing the default ports

docker run --net gatling-mqtt -p 1883:1883 -p 9001:9001 eclipse-mosquitto mosquitto -c /mosquitto-no-auth.conf

Note: Gatling Plugin will look for files under your Job Root Directory (defaults to $JENKINS_HOME/yourjobname), so you may need to copy the results file if you're doing a containerized job.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published