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:
parent
aa667562c6
commit
f8f6e21a2d
|
@ -3,7 +3,7 @@
|
||||||
def branch = params.get("JETTY_BRANCH" ,"jetty-10.0.x")
|
def branch = params.get("JETTY_BRANCH" ,"jetty-10.0.x")
|
||||||
def owner = params.get("REPO_OWNER", "eclipse")
|
def owner = params.get("REPO_OWNER", "eclipse")
|
||||||
def jdk = params.get("JDK", "jdk11")
|
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") {
|
node("linux") {
|
||||||
// System Dependent Locations
|
// System Dependent Locations
|
||||||
|
|
Loading…
Reference in New Issue