Skip to content

Commit

Permalink
artifactPrepareVersion: support conditions for customTLSCertificateLi…
Browse files Browse the repository at this point in the history
…nks parameter (SAP#4631)

* Add conditions for customTlsCertificateLinks

* go generate
  • Loading branch information
vstarostin authored and maxatsap committed Jul 23, 2024
1 parent ec110d9 commit 2dc9c90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/artifactPrepareVersion_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions resources/metadata/artifactPrepareVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ spec:
- PARAMETERS
- STAGES
- STEPS
conditions:
- conditionRef: strings-equal
params:
- name: buildTool
value: maven
- name: buildTool
value: gradle
outputs:
resources:
- name: commonPipelineEnvironment
Expand Down

0 comments on commit 2dc9c90

Please sign in to comment.