?
This commit is contained in:
@@ -53,6 +53,7 @@ def call(args) {
|
||||
}
|
||||
parallel stages
|
||||
|
||||
stage('Push') {
|
||||
runInPod {
|
||||
container('buildah') {
|
||||
withBuildahCreds(registry) {
|
||||
@@ -88,6 +89,7 @@ def call(args) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def buildStage(args) {
|
||||
def name = args.name
|
||||
|
||||
Reference in New Issue
Block a user