You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
fix: remove invalid secret references (#5292)
This commit is contained in:
committed by
GitHub
parent
f13c273b63
commit
b5e18ffdff
@@ -252,11 +252,6 @@ func malwareExecuteScanMetadata() config.StepData {
|
||||
Param: "custom/dockerConfigJSON",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "dockerConfigJsonCredentialsId",
|
||||
Type: "secret",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "dockerConfigFileVaultSecretName",
|
||||
Type: "vaultSecretFile",
|
||||
|
@@ -429,11 +429,6 @@ func mtaBuildMetadata() config.StepData {
|
||||
Param: "custom/repositoryPassword",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "mtaDeploymentRepositoryPasswordId",
|
||||
Type: "secret",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "mtaDeploymentRepositoryPasswordFileVaultSecretName",
|
||||
Type: "vaultSecretFile",
|
||||
|
@@ -33,8 +33,6 @@ spec:
|
||||
resourceRef:
|
||||
- name: commonPipelineEnvironment
|
||||
param: custom/dockerConfigJSON
|
||||
- name: dockerConfigJsonCredentialsId
|
||||
type: secret
|
||||
- type: vaultSecretFile
|
||||
name: dockerConfigFileVaultSecretName
|
||||
default: docker-config
|
||||
|
@@ -168,8 +168,6 @@ spec:
|
||||
param: custom/mavenRepositoryPassword
|
||||
- name: commonPipelineEnvironment
|
||||
param: custom/repositoryPassword
|
||||
- name: mtaDeploymentRepositoryPasswordId
|
||||
type: secret
|
||||
- type: vaultSecretFile
|
||||
name: mtaDeploymentRepositoryPasswordFileVaultSecretName
|
||||
default: mta-deployment-repository-passowrd
|
||||
|
Reference in New Issue
Block a user