File tree Expand file tree Collapse file tree 1 file changed +76
-0
lines changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets Expand file tree Collapse file tree 1 file changed +76
-0
lines changed Original file line number Diff line number Diff line change 1+ inputSet :
2+ name : split_evaluator_unstable
3+ identifier : split_evaluator_unstable
4+ orgIdentifier : PROD
5+ projectIdentifier : Harness_Split
6+ pipeline :
7+ identifier : deploy_qos_v3
8+ stages :
9+ - parallel :
10+ - stage :
11+ identifier : CI
12+ type : CI
13+ spec :
14+ execution :
15+ steps :
16+ - step :
17+ identifier : custom_tag
18+ type : Run
19+ spec :
20+ command : VERSION="$(git rev-parse --short HEAD)"
21+ when :
22+ condition : " true"
23+ - step :
24+ identifier : BuildAndPush
25+ type : BuildAndPushDockerRegistry
26+ spec :
27+ repo : <+trigger.payload.repository.name>
28+ tags :
29+ - <+pipeline.stages.CI_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
30+ - latest
31+ dockerfile : " "
32+ context : " "
33+ envVariables :
34+ PLUGIN_NO_PUSH : <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
35+ PLUGIN_PLATFORM : linux/amd64,linux/arm64
36+ strategy :
37+ matrix :
38+ service :
39+ - <+trigger.payload.repository.name>
40+ - stage :
41+ identifier : ECR
42+ type : CI
43+ spec :
44+ execution :
45+ steps :
46+ - step :
47+ identifier : custom_tag
48+ type : Run
49+ spec :
50+ command : VERSION="$(git rev-parse --short HEAD)"
51+ when :
52+ condition : " true"
53+ - step :
54+ identifier : BuildAndPushECR
55+ type : BuildAndPushECR
56+ spec :
57+ imageName : <+trigger.payload.repository.name>
58+ tags :
59+ - <+pipeline.stages.ECR_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
60+ - latest
61+ dockerfile : " "
62+ context : " "
63+ envVariables :
64+ PLUGIN_NO_PUSH : <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
65+ PLUGIN_PLATFORM : linux/amd64,linux/arm64
66+ strategy :
67+ matrix :
68+ service :
69+ - <+trigger.payload.repository.name>
70+ properties :
71+ ci :
72+ codebase :
73+ build :
74+ type : branch
75+ spec :
76+ branch : <+trigger.branch>
You can’t perform that action at this time.
0 commit comments