Compare commits
2 Commits
0b73922b47
...
8841b42944
Author | SHA1 | Date |
---|---|---|
|
8841b42944 | |
|
077515d83d |
|
@ -53,8 +53,7 @@ def call(args) {
|
||||||
}
|
}
|
||||||
parallel stages
|
parallel stages
|
||||||
|
|
||||||
stage('Push') {
|
this.runInPod {
|
||||||
runInPod {
|
|
||||||
container('buildah') {
|
container('buildah') {
|
||||||
withBuildahCreds(registry) {
|
withBuildahCreds(registry) {
|
||||||
if (archlist.size() > 1) {
|
if (archlist.size() > 1) {
|
||||||
|
@ -89,7 +88,6 @@ def call(args) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
def buildStage(args) {
|
def buildStage(args) {
|
||||||
def name = args.name
|
def name = args.name
|
||||||
|
|
Loading…
Reference in New Issue