dev
This commit is contained in:
Vendored
+3
-3
@@ -21,8 +21,8 @@ node {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
def pl = new org.SHS.Platforms(this)
|
||||
pl.get()
|
||||
def pl = new org.SHS.Platforms(this)
|
||||
pl.get()
|
||||
|
||||
stage("Debian-base") {
|
||||
docker.build("${env.DOCKER_PREFIX}/debian-base", "./debian-base ${docker_cache_arg}")
|
||||
@@ -49,7 +49,7 @@ node {
|
||||
}
|
||||
}
|
||||
|
||||
pl.forEach ({ dist ->
|
||||
pl.forEach ({ dist ->
|
||||
def args = "./${dist.docker.directory} ${docker_cache_arg}"
|
||||
for (arg in dist.docker.build_options) {
|
||||
args += " --build-arg ${arg.key}=\"${arg.value}\""
|
||||
|
||||
Reference in New Issue
Block a user