mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-14 22:11:19 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a61915964f |
@@ -12,32 +12,6 @@ pipeline:
|
|||||||
build: <+input>
|
build: <+input>
|
||||||
sparseCheckout: []
|
sparseCheckout: []
|
||||||
stages:
|
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:
|
- parallel:
|
||||||
- stage:
|
- stage:
|
||||||
name: linux-amd64
|
name: linux-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user