How to integrate Gradle jmeter plugin with jmeter + jenkins
问题 How to locate build.gradle file ?. Under which folder i need to create build.gradle file ? I am saving all my .jmx test files under jmeter/bin folder Do i need to create a new java project in IDE to use Gradle? Please provide detail steps to integrate Gradle jmeter plugin with jmeter + Jenkins 回答1: To create a standalone gradle project that runs jmeter tests, you can create a new folder and add a file build.gradle to it, with the following contents: plugins { id "net.foragerr.jmeter" version