I need to integrate Gatling with jenkins

Hi all ,

I have a gatling set up in a node with all the scala code lets say this node as A. I have a Jenkins server say it as B. Now i want to trigger gatling on the node B from A . All the reports from gatling should be shown in the jenkins . I am new to jenkins , can any one help me on this .

Thank you

jenkins should invoke gatling simulation .
I did it by dockerizing gatling 2.1.5 bundle.

you can write shell script ,that executes your simulation and command from jenkins to run it.