Compare commits
No commits in common. "8841b429445257fbd48370708e3ab0b560e40245" and "0b73922b47a5621b738d7441a6a12b71751080fc" have entirely different histories.
8841b42944
...
0b73922b47
|
@ -53,7 +53,8 @@ def call(args) {
|
|||
}
|
||||
parallel stages
|
||||
|
||||
this.runInPod {
|
||||
stage('Push') {
|
||||
runInPod {
|
||||
container('buildah') {
|
||||
withBuildahCreds(registry) {
|
||||
if (archlist.size() > 1) {
|
||||
|
@ -88,6 +89,7 @@ def call(args) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def buildStage(args) {
|
||||
def name = args.name
|
||||
|
|
Loading…
Reference in New Issue