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