fix jmh jar path which has changed in 10.0.x

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-03-22 12:13:26 +10:00
parent aa667562c6
commit f8f6e21a2d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
def branch = params.get("JETTY_BRANCH" ,"jetty-10.0.x")
def owner = params.get("REPO_OWNER", "eclipse")
def jdk = params.get("JDK", "jdk11")
def jmhJarPath = params.get("jmhJarPath","jetty-jmh/target/benchmarks.jar")
def jmhJarPath = params.get("jmhJarPath","tests/jetty-jmh/target/benchmarks.jar")
node("linux") {
// System Dependent Locations