Compare commits
2 Commits
828cc82bd5
...
e2972fbf38
Author | SHA1 | Date |
---|---|---|
|
e2972fbf38 | |
|
8660890a6f |
|
@ -24,8 +24,8 @@ node("docker && linux && amd64") {
|
|||
|
||||
ansiColor {
|
||||
def image = docker.build(
|
||||
"${dockerNamespace}/${dockerBase}:tomcat${tomcatVersion}-jre${jreVersion}",
|
||||
"--build-arg TOMCAT_VERSION=${tomcatVersion} --build-arg JRE_VERSION=${jreVersion} .")
|
||||
"${dockerNamespace}/${dockerBase}:tomcat${tomcatVersion}-${jreVersion}",
|
||||
"--build-arg TOMCAT_VERSION=${tomcatVersion} --build-arg TOMCAT_JRE=${jreVersion} .")
|
||||
}
|
||||
|
||||
def guacamoleVersion
|
||||
|
@ -41,7 +41,7 @@ node("docker && linux && amd64") {
|
|||
}
|
||||
}
|
||||
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-jre${jreVersion}"
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}"
|
||||
images << [ image, imageFullName ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue