Compare commits

..

No commits in common. "8841b429445257fbd48370708e3ab0b560e40245" and "0b73922b47a5621b738d7441a6a12b71751080fc" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -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