File tree Expand file tree Collapse file tree
knowledge_base/target_includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ Workspace:
5151Resources:
5252 Jobs:
5353 set1-job-1:
54- Name: Set1 Job 1 - dev
54+ Name: Set1 Job 1 - foo
5555 URL: (not deployed)
5656 set1-job-2:
57- Name: Set1 Job 2 - dev
57+ Name: Set1 Job 2 - foo
5858 URL: (not deployed)
5959
6060# Summary of the bundle resources for staging
@@ -68,16 +68,16 @@ Workspace:
6868Resources:
6969 Jobs:
7070 set1-job-1:
71- Name: Set1 Job 1 - staging
71+ Name: Set1 Job 1 - bar
7272 URL: (not deployed)
7373 set1-job-2:
74- Name: Set1 Job 2 - staging
74+ Name: Set1 Job 2 - bar
7575 URL: (not deployed)
7676 set2-job-1:
77- Name: Set2 Job 1 - staging
77+ Name: Set2 Job 1 - bar
7878 URL: (not deployed)
7979 set2-job-2:
80- Name: Set2 Job 2 - staging
80+ Name: Set2 Job 2 - bar
8181 URL: (not deployed)
8282
8383# Summary of the bundle resources for prod
@@ -91,10 +91,10 @@ Workspace:
9191Resources:
9292 Jobs:
9393 set2-job-1:
94- Name: Set2 Job 1 - prod
94+ Name: Set2 Job 1 - baz
9595 URL: (not deployed)
9696 set2-job-2:
97- Name: Set2 Job 2 - prod
97+ Name: Set2 Job 2 - baz
9898 URL: (not deployed)
9999```
100100
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ include:
66 - resources/set2/*.yml
77
88variables :
9- environment :
10- description : " Define the environment where the job will run "
9+ name_suffix :
10+ description : " Target specific suffix for the job name "
1111
1212targets :
1313 dev :
1414 default : true
1515 variables :
16- environment : dev
16+ name_suffix : foo
1717
1818 staging :
1919 variables :
20- environment : staging
20+ name_suffix : bar
2121
2222 prod :
2323 variables :
24- environment : prod
24+ name_suffix : baz
You can’t perform that action at this time.
0 commit comments