Compare commits

..

5 Commits

Author SHA1 Message Date
Ompragash Viswanathan 14819cdab1 Update kaniko-acr main.go 2025-03-06 19:55:50 +05:30
Ompragash Viswanathan 45d785e25a Update kaniko-acr main.go 2025-03-06 19:43:53 +05:30
Ompragash Viswanathan 1b4ce3ce68 Update kaniko-acr main.go 2025-03-06 12:58:16 +05:30
Ompragash Viswanathan f818bdd781 Update kaniko-acr main.go 2025-03-06 12:41:07 +05:30
Ompragash Viswanathan 2e40bf66ff Support pull with creds when no-push is enabled 2025-03-06 01:19:42 +05:30
+26
View File
@@ -12,6 +12,32 @@ pipeline:
build: <+input>
sparseCheckout: []
stages:
- stage:
name: Manager Approval
identifier: Manager_Approval
description: ""
type: Approval
spec:
execution:
steps:
- step:
name: CI Manager Approval
identifier: CI_Manager_Approval
type: HarnessApproval
timeout: 1d
spec:
approvalMessage: |-
Please review the following information
and approve the pipeline progression
includePipelineExecutionHistory: true
approvers:
minimumCount: 1
disallowPipelineExecutor: false
userGroups:
- CI_Manager
isAutoRejectEnabled: false
approverInputs: []
tags: {}
- parallel:
- stage:
name: linux-amd64