File tree Expand file tree Collapse file tree
.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ inputSet:
2525 identifier : BuildAndPush
2626 type : BuildAndPushDockerRegistry
2727 spec :
28- repo : <+trigger.payload.repository.name>/ split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
28+ repo : split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
2929 tags :
3030 - <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
3131 - latest
@@ -61,7 +61,7 @@ inputSet:
6161 identifier : BuildAndPushECR
6262 type : BuildAndPushECR
6363 spec :
64- imageName : <+trigger.payload.repository.name>/ split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
64+ imageName : split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
6565 tags :
6666 - <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
6767 - latest
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ inputSet:
2525 identifier : BuildAndPush
2626 type : BuildAndPushDockerRegistry
2727 spec :
28- repo : <+trigger.payload.repository.name>/ split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
28+ repo : split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
2929 tags :
3030 - <+pipeline.stages.CI<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
3131 - latest
@@ -60,7 +60,7 @@ inputSet:
6060 identifier : BuildAndPushECR
6161 type : BuildAndPushECR
6262 spec :
63- imageName : <+trigger.payload.repository.name>/ split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
63+ imageName : split-<+matrix.app><+<+matrix.fips_mode>=="enabled"?"-fips":"">
6464 tags :
6565 - <+pipeline.stages.ECR<+strategy.identifierPostFix>.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
6666 - latest
You can’t perform that action at this time.
0 commit comments