feature: updated scripts, Jenkinsfile. added install.sh
This commit is contained in:
@@ -9,7 +9,7 @@ class DockerBuildCommandFactory {
|
||||
def propertyNames = [
|
||||
"docker.build.${dockerfileName.toLowerCase()}.additional-args",
|
||||
"docker.build.additional-args"
|
||||
]
|
||||
].map { it.toString() }
|
||||
|
||||
return propertyNames.stream()
|
||||
.map { CIProperties.findProperty(it).orNull() }
|
||||
|
||||
Reference in New Issue
Block a user