mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
remove STAGES scope from kanikoExecute.multipleImages param (#4508)
Co-authored-by: Egor Balakin <egor.balakin@sap.com>
This commit is contained in:
parent
8c863e457f
commit
9189ab37b5
@ -399,7 +399,7 @@ func kanikoExecuteMetadata() config.StepData {
|
||||
{
|
||||
Name: "multipleImages",
|
||||
ResourceRef: []config.ResourceReference{},
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Scope: []string{"PARAMETERS", "STEPS"},
|
||||
Type: "[]map[string]interface{}",
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{{Name: "images"}},
|
||||
|
@ -172,7 +172,6 @@ spec:
|
||||
```
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
- name: containerMultiImageBuild
|
||||
type: bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user