Fix scopes. Again.
parent
7a860b21c2
commit
38089357ca
|
@ -40,10 +40,10 @@ node("docker && linux && amd64") {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}"
|
||||
images << [ image, imageFullName ]
|
||||
}
|
||||
|
||||
def imageTag = "${dockerNamespace}/${dockerBase}:${guacamoleVersion}-tomcat${tomcatVersion}-${jreVersion}"
|
||||
images << [ image, imageFullName ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue