Compare commits
1 Commits
main
...
bci2-resou
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d17d1bba4 |
@@ -100,7 +100,7 @@ def buildStage(args) {
|
||||
def buildArgs = args?.buildArgs ?: []
|
||||
|
||||
def build_command = "buildah build -t '${full_name}'"
|
||||
buildArgs.each { build_command += " --build-arg '${it}'" }
|
||||
buildArgs.each { build_command += "--build-arg '${it}'" }
|
||||
build_command += ' .'
|
||||
|
||||
runInPod(arch: arch, resources: resources) {
|
||||
|
||||
Reference in New Issue
Block a user