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