diff --git a/Jenkinsfile b/Jenkinsfile index f3d3d0b..01a0e7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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