mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
fix(whitesource):add stash for checkmarxOne (#4383)
This commit is contained in:
parent
b305cd102d
commit
5ab432b804
@ -386,6 +386,7 @@ func whitesourceExecuteScanMetadata() config.StepData {
|
||||
{Name: "buildDescriptor", Type: "stash"},
|
||||
{Name: "opensourceConfiguration", Type: "stash"},
|
||||
{Name: "checkmarx", Type: "stash"},
|
||||
{Name: "checkmarxOne", Type: "stash"},
|
||||
},
|
||||
Parameters: []config.StepParameters{
|
||||
{
|
||||
|
@ -604,6 +604,8 @@ spec:
|
||||
type: stash
|
||||
- name: checkmarx
|
||||
type: stash
|
||||
- name: checkmarxOne
|
||||
type: stash
|
||||
outputs:
|
||||
resources:
|
||||
- name: commonPipelineEnvironment
|
||||
|
Loading…
Reference in New Issue
Block a user