This commit is contained in:
2026-05-06 21:01:18 +03:00
parent 4b99344790
commit 40b02bc3e0
29 changed files with 271 additions and 3 deletions
Vendored
+3 -3
View File
@@ -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}\""