Fix wrong build arg var for jre version.
parent
8660890a6f
commit
e2972fbf38
|
@ -25,7 +25,7 @@ node("docker && linux && amd64") {
|
|||
ansiColor {
|
||||
def image = docker.build(
|
||||
"${dockerNamespace}/${dockerBase}:tomcat${tomcatVersion}-${jreVersion}",
|
||||
"--build-arg TOMCAT_VERSION=${tomcatVersion} --build-arg JRE_VERSION=${jreVersion} .")
|
||||
"--build-arg TOMCAT_VERSION=${tomcatVersion} --build-arg TOMCAT_JRE=${jreVersion} .")
|
||||
}
|
||||
|
||||
def guacamoleVersion
|
||||
|
|
Loading…
Reference in New Issue