Fix bad variable name.

master
Icedream 2018-05-07 21:08:16 +02:00
parent 38089357ca
commit fe50c6cf64
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ node("docker && linux && amd64") {
} }
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}" def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}"
images << [ image, imageFullName ] images << [ image, imageTag ]
} }
} }
} }