fixup! bci2: Add resources argument
parent
8841b42944
commit
569da8645b
|
@ -53,7 +53,7 @@ def call(args) {
|
||||||
}
|
}
|
||||||
parallel stages
|
parallel stages
|
||||||
|
|
||||||
this.runInPod {
|
runInPod(null) {
|
||||||
container('buildah') {
|
container('buildah') {
|
||||||
withBuildahCreds(registry) {
|
withBuildahCreds(registry) {
|
||||||
if (archlist.size() > 1) {
|
if (archlist.size() > 1) {
|
||||||
|
|
Loading…
Reference in New Issue