harness-mcp-v2 3.2.15 → 3.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -46
- package/build/data/examples/pipeline-v1.d.ts.map +1 -1
- package/build/data/examples/pipeline-v1.js +7 -32
- package/build/data/examples/pipeline-v1.js.map +1 -1
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +611 -7
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +713 -9
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +30 -5
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +31 -5
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/registry/enum-utils.d.ts +22 -0
- package/build/registry/enum-utils.d.ts.map +1 -0
- package/build/registry/enum-utils.js +47 -0
- package/build/registry/enum-utils.js.map +1 -0
- package/build/registry/extractors.d.ts +36 -0
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +77 -0
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/index.d.ts.map +1 -1
- package/build/registry/index.js +6 -0
- package/build/registry/index.js.map +1 -1
- package/build/registry/toolsets/ai-evals.d.ts.map +1 -1
- package/build/registry/toolsets/ai-evals.js +80 -8
- package/build/registry/toolsets/ai-evals.js.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.d.ts +46 -0
- package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.js +61 -0
- package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
- package/build/registry/toolsets/chaos.d.ts.map +1 -1
- package/build/registry/toolsets/chaos.js +388 -2
- package/build/registry/toolsets/chaos.js.map +1 -1
- package/build/registry/toolsets/evidence-vault.d.ts +13 -0
- package/build/registry/toolsets/evidence-vault.d.ts.map +1 -0
- package/build/registry/toolsets/evidence-vault.js +264 -0
- package/build/registry/toolsets/evidence-vault.js.map +1 -0
- package/build/registry/toolsets/iacm.d.ts.map +1 -1
- package/build/registry/toolsets/iacm.js +1 -0
- package/build/registry/toolsets/iacm.js.map +1 -1
- package/build/registry/toolsets/pipelines.d.ts.map +1 -1
- package/build/registry/toolsets/pipelines.js +36 -12
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/pull-requests.d.ts.map +1 -1
- package/build/registry/toolsets/pull-requests.js +5 -5
- package/build/registry/toolsets/pull-requests.js.map +1 -1
- package/build/registry/toolsets/sto.d.ts.map +1 -1
- package/build/registry/toolsets/sto.js +91 -2
- package/build/registry/toolsets/sto.js.map +1 -1
- package/build/registry/toolsets/templates.d.ts.map +1 -1
- package/build/registry/toolsets/templates.js +143 -4
- package/build/registry/toolsets/templates.js.map +1 -1
- package/build/registry/types.d.ts +1 -1
- package/build/registry/types.d.ts.map +1 -1
- package/build/tools/harness-list.js +1 -1
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-update.js +4 -5
- package/build/tools/harness-update.js.map +1 -1
- package/npm-shrinkwrap.json +185 -239
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
## Harness MCP Server 2.0
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://mcptoplist.com/server/glama%2Fharness%2Fmcp-server)
|
|
4
|
+
|
|
5
|
+
An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 11 consolidated tools and 220 resource types.
|
|
4
6
|
|
|
5
7
|
## Why Use This MCP Server
|
|
6
8
|
|
|
@@ -8,8 +10,8 @@ Most MCP servers map one tool per API endpoint. For a platform as broad as Harne
|
|
|
8
10
|
|
|
9
11
|
This server is built differently:
|
|
10
12
|
|
|
11
|
-
- **11 tools,
|
|
12
|
-
- **Full platform coverage.**
|
|
13
|
+
- **11 tools, 220 resource types.** A registry-based dispatch system routes `harness_list`, `harness_get`, `harness_create`, etc. to any Harness resource — pipelines, services, environments, orgs, projects, feature flags, cost data, and more. The LLM picks from 11 tools instead of hundreds.
|
|
14
|
+
- **Full platform coverage.** 38 default toolsets spanning CI/CD, GitOps, Feature Flags, Cloud Cost Management, Security Testing, Chaos Engineering, Database DevOps, Internal Developer Portal, Software Supply Chain, Infrastructure as Code Management, Governance, Service Overrides, Knowledge Graph, and more. Opt-in Ansible coverage is available when you need inventory and playbook data.
|
|
13
15
|
- **Multi-project workflows out of the box.** Agents discover organizations and projects dynamically — no hardcoded env vars needed. Ask "show failed executions across all projects" and the agent can navigate the full account hierarchy.
|
|
14
16
|
- **34 prompt templates.** Pre-built prompts for common workflows: build & deploy apps end-to-end, debug failed pipelines, review DORA metrics, triage vulnerabilities, optimize cloud costs, audit access control, plan feature flag rollouts, review pull requests, approve pending pipelines, and more.
|
|
15
17
|
- **Works everywhere.** Stdio transport for local clients (Claude Desktop, Cursor, Devin Desktop), HTTP transport for remote/shared deployments, Docker and Kubernetes ready.
|
|
@@ -1197,7 +1199,7 @@ Harness pipelines can be stored in three ways:
|
|
|
1197
1199
|
|
|
1198
1200
|
## Resource Types
|
|
1199
1201
|
|
|
1200
|
-
|
|
1202
|
+
220 resource types organized across 38 toolsets. Each resource type supports a subset of CRUD operations and optional execute actions.
|
|
1201
1203
|
|
|
1202
1204
|
### Platform
|
|
1203
1205
|
|
|
@@ -1507,38 +1509,40 @@ Use `harness_execute(resource_type="pull_request", action="close", ...)` for an
|
|
|
1507
1509
|
### Chaos Engineering
|
|
1508
1510
|
|
|
1509
1511
|
|
|
1510
|
-
| Resource Type | List | Get | Create | Update | Delete | Execute Actions
|
|
1511
|
-
|
|
1512
|
-
| `chaos_experiment` | x | x | x | | x | `run`, `stop`
|
|
1513
|
-
| `chaos_experiment_run` | | x | | | |
|
|
1514
|
-
| `chaos_experiment_variable` | x | | | | |
|
|
1515
|
-
| `chaos_component_variable` | | x | | | |
|
|
1516
|
-
| `chaos_input_set` | x | x | x | x | x |
|
|
1517
|
-
| `chaos_experiment_template` | x | x | | | x | `create_from_template`
|
|
1518
|
-
| `chaos_probe` | x | x | x | | x | `enable`, `verify`
|
|
1519
|
-
| `chaos_probe_in_run` | x | | | | |
|
|
1520
|
-
| `chaos_probe_template` | x | x | | | x |
|
|
1521
|
-
| `chaos_infrastructure` | x | | | | |
|
|
1522
|
-
| `chaos_k8s_infrastructure` | x | x | | | | `check_health`
|
|
1523
|
-
| `chaos_environment` | x | | | | |
|
|
1524
|
-
| `chaos_hub` | x | x | x | x | x |
|
|
1525
|
-
| `chaos_hub_fault` | x | | | | |
|
|
1526
|
-
| `chaos_fault` | x | x | | | x |
|
|
1527
|
-
| `chaos_fault_template` | x | x | | | x |
|
|
1528
|
-
| `chaos_fault_experiment_run` | x | | | | |
|
|
1529
|
-
| `chaos_action` | x | x | | | x |
|
|
1530
|
-
| `chaos_action_template` | x | x | | | x |
|
|
1531
|
-
| `chaos_loadtest` | x | x | x | | x | `run`, `stop`
|
|
1532
|
-
| `chaos_application_map` | x | x | | | |
|
|
1533
|
-
| `discovered_namespace` | x | | | | |
|
|
1534
|
-
| `discovered_service` | x | | | | |
|
|
1535
|
-
| `discovered_network_map` | x | | | | |
|
|
1536
|
-
| `chaos_guard_condition` | x | x | | | x |
|
|
1537
|
-
| `chaos_guard_rule` | x | x | | | x | `enable`
|
|
1538
|
-
| `chaos_recommendation` | x | x | | | |
|
|
1539
|
-
| `chaos_risk` | x | x | | | |
|
|
1540
|
-
| `chaos_dr_test` | x | | x | | |
|
|
1541
|
-
|
|
1512
|
+
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1513
|
+
|------------------------------| ---- | --- | ------ | ------ | ------ |----------------------------------------------------------|
|
|
1514
|
+
| `chaos_experiment` | x | x | x | | x | `run`, `stop` |
|
|
1515
|
+
| `chaos_experiment_run` | | x | | | | |
|
|
1516
|
+
| `chaos_experiment_variable` | x | | | | | |
|
|
1517
|
+
| `chaos_component_variable` | | x | | | | |
|
|
1518
|
+
| `chaos_input_set` | x | x | x | x | x | |
|
|
1519
|
+
| `chaos_experiment_template` | x | x | | | x | `create_from_template` |
|
|
1520
|
+
| `chaos_probe` | x | x | x | | x | `enable`, `verify` |
|
|
1521
|
+
| `chaos_probe_in_run` | x | | | | | |
|
|
1522
|
+
| `chaos_probe_template` | x | x | | | x | |
|
|
1523
|
+
| `chaos_infrastructure` | x | | | | | |
|
|
1524
|
+
| `chaos_k8s_infrastructure` | x | x | | | | `check_health` |
|
|
1525
|
+
| `chaos_environment` | x | | | | | |
|
|
1526
|
+
| `chaos_hub` | x | x | x | x | x | |
|
|
1527
|
+
| `chaos_hub_fault` | x | | | | | |
|
|
1528
|
+
| `chaos_fault` | x | x | | | x | |
|
|
1529
|
+
| `chaos_fault_template` | x | x | | | x | |
|
|
1530
|
+
| `chaos_fault_experiment_run` | x | | | | | |
|
|
1531
|
+
| `chaos_action` | x | x | | | x | |
|
|
1532
|
+
| `chaos_action_template` | x | x | | | x | |
|
|
1533
|
+
| `chaos_loadtest` | x | x | x | | x | `run`, `stop` |
|
|
1534
|
+
| `chaos_application_map` | x | x | | | | |
|
|
1535
|
+
| `discovered_namespace` | x | | | | | |
|
|
1536
|
+
| `discovered_service` | x | | | | | |
|
|
1537
|
+
| `discovered_network_map` | x | | | | | |
|
|
1538
|
+
| `chaos_guard_condition` | x | x | | | x | |
|
|
1539
|
+
| `chaos_guard_rule` | x | x | | | x | `enable` |
|
|
1540
|
+
| `chaos_recommendation` | x | x | | | | |
|
|
1541
|
+
| `chaos_risk` | x | x | | | | |
|
|
1542
|
+
| `chaos_dr_test` | x | | x | | | |
|
|
1543
|
+
| `scanned_risk` | x | x | | | | `occurrences`, `summary_by_service` |
|
|
1544
|
+
| `chaos_risk_rule` | x | x | | | | |
|
|
1545
|
+
| `chaos_risk_scan` | x | x | x | x | x | `retry`, `abort`, `report`, `report_download`, `heatmap` |
|
|
1542
1546
|
|
|
1543
1547
|
### Cloud Cost Management (CCM)
|
|
1544
1548
|
|
|
@@ -1596,14 +1600,26 @@ SEI resources are consolidated for token efficiency. Use `metric` or `aspect` pa
|
|
|
1596
1600
|
| `scs_sbom` | | x | | | | |
|
|
1597
1601
|
|
|
1598
1602
|
|
|
1603
|
+
### Evidence Vault
|
|
1604
|
+
|
|
1605
|
+
Evidence Vault stores in-toto attestations (SDLC evidences). List supports account/org/project scope via `resource_scope`. Singular free-text filters (pipeline, artifact alone, gitoid) use `search_term`; an additional Name constraint uses `filters.subject_name`; subject content digest uses `filters.subject_digest`. Get looks up by `gitoid_sha256` and requires `org_id`/`project_id` (from the list row). Requires feature flag `SCS_EVIDENCE_VAULT`.
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1609
|
+
| ------------- | ---- | --- | ------ | ------ | ------ | --------------- |
|
|
1610
|
+
| `attestation` | x | x | | | | |
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
|
|
1599
1614
|
### Security Testing Orchestration (STO)
|
|
1600
1615
|
|
|
1601
1616
|
|
|
1602
|
-
| Resource Type
|
|
1603
|
-
|
|
|
1604
|
-
| `security_issue`
|
|
1605
|
-
| `security_issue_filter`
|
|
1606
|
-
| `security_exemption`
|
|
1617
|
+
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1618
|
+
| ------------------------- | ---- | --- | ------ | ------ | ------ | ------------------------------ |
|
|
1619
|
+
| `security_issue` | x | | | | | |
|
|
1620
|
+
| `security_issue_filter` | x | | | | | |
|
|
1621
|
+
| `security_exemption` | x | | x | | | `approve`, `reject` |
|
|
1622
|
+
| `sast_remediation_diff` | x | | | | | |
|
|
1607
1623
|
|
|
1608
1624
|
`security_exemption` create is a `high_write` operation. The server derives `requester_id` from the authenticated PAT, sets `exemptFutureOccurrences=true`, and defaults `duration_days` to 30 when not provided. For listing exemptions, pass a small explicit page size (for example `filters: { "status": "Pending", "size": 5 }`) and follow the `_nextPageHint` returned in each response.
|
|
1609
1625
|
|
|
@@ -1740,7 +1756,7 @@ Security exemption execute workflow:
|
|
|
1740
1756
|
|
|
1741
1757
|
## Toolset Filtering
|
|
1742
1758
|
|
|
1743
|
-
By default,
|
|
1759
|
+
By default, 38 of 39 toolsets are enabled. One toolset is opt-in and excluded from the defaults:
|
|
1744
1760
|
|
|
1745
1761
|
- **`ansible`** — Harness Ansible (inventories, playbooks, hosts, activity). Opt-in because it is project-scoped and adds concepts many users do not need.
|
|
1746
1762
|
|
|
@@ -1803,11 +1819,12 @@ Available toolset names:
|
|
|
1803
1819
|
| `pull-requests` | pull_request, pr_reviewer, pr_comment, pr_check, pr_activity |
|
|
1804
1820
|
| `feature-flags` | fme_workspace, fme_environment, fme_feature_flag, fme_feature_flag_definition, fme_rollout_status, fme_rule_based_segment, fme_rule_based_segment_definition, fme_traffic_type, fme_identity, fme_standard_segment, fme_segment_keys |
|
|
1805
1821
|
| `gitops` | gitops_agent, gitops_application, gitops_cluster, gitops_repository, gitops_applicationset, gitops_repo_credential, gitops_app_event, gitops_pod_log, gitops_managed_resource, gitops_resource_action, gitops_dashboard, gitops_app_resource_tree |
|
|
1806
|
-
| `chaos` | chaos_experiment, chaos_experiment_run, chaos_experiment_variable, chaos_component_variable, chaos_input_set, chaos_experiment_template, chaos_probe, chaos_probe_in_run, chaos_probe_template, chaos_infrastructure, chaos_k8s_infrastructure, chaos_environment, chaos_hub, chaos_hub_fault, chaos_fault, chaos_fault_template, chaos_fault_experiment_run, chaos_action, chaos_action_template, chaos_loadtest, chaos_application_map, discovered_namespace, discovered_service, discovered_network_map, chaos_guard_condition, chaos_guard_rule, chaos_recommendation, chaos_risk, chaos_dr_test |
|
|
1822
|
+
| `chaos` | chaos_experiment, chaos_experiment_run, chaos_experiment_variable, chaos_component_variable, chaos_input_set, chaos_experiment_template, chaos_probe, chaos_probe_in_run, chaos_probe_template, chaos_infrastructure, chaos_k8s_infrastructure, chaos_environment, chaos_hub, chaos_hub_fault, chaos_fault, chaos_fault_template, chaos_fault_experiment_run, chaos_action, chaos_action_template, chaos_loadtest, chaos_application_map, discovered_namespace, discovered_service, discovered_network_map, chaos_guard_condition, chaos_guard_rule, chaos_recommendation, chaos_risk, chaos_dr_test, scanned_risk, chaos_risk_rule, chaos_risk_scan |
|
|
1807
1823
|
| `ccm` | cost_perspective, cost_breakdown, cost_timeseries, cost_summary, cost_recommendation, cost_anomaly, cost_anomaly_summary, cost_category, cost_account_overview, cost_filter_value, cost_recommendation_stats, cost_recommendation_detail, cost_commitment |
|
|
1808
1824
|
| `sei` | sei_metric, sei_productivity_metric, sei_dora_metric, sei_team, sei_team_detail, sei_org_tree, sei_org_tree_detail, sei_business_alignment, sei_ai_usage, sei_ai_adoption, sei_ai_impact, sei_ai_raw_metric |
|
|
1809
1825
|
| `scs` | scs_artifact_source, artifact_security, scs_artifact_component, scs_artifact_remediation, scs_chain_of_custody, scs_compliance_result, code_repo_security, scs_sbom |
|
|
1810
|
-
| `
|
|
1826
|
+
| `evidence-vault` | attestation |
|
|
1827
|
+
| `sto` | security_issue, security_issue_filter, security_exemption, sast_remediation_diff |
|
|
1811
1828
|
| `dbops` | database_schema, database_instance, database_snapshot_object, database_llm_authoring_pipeline |
|
|
1812
1829
|
| `access_control` | user, user_group, service_account, role, role_assignment, resource_group, permission |
|
|
1813
1830
|
| `governance` | policy, policy_set, policy_evaluation |
|
|
@@ -1836,8 +1853,8 @@ Available toolset names:
|
|
|
1836
1853
|
|
|
|
1837
1854
|
+--------v---------+
|
|
1838
1855
|
| Registry | <-- Declarative resource definitions
|
|
1839
|
-
|
|
|
1840
|
-
|
|
|
1856
|
+
| 38 Toolsets | (data files, not code)
|
|
1857
|
+
| 220 Resource Types|
|
|
1841
1858
|
+--------+---------+
|
|
1842
1859
|
|
|
|
1843
1860
|
+--------v---------+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-v1.d.ts","sourceRoot":"","sources":["../../../src/data/examples/pipeline-v1.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"pipeline-v1.d.ts","sourceRoot":"","sources":["../../../src/data/examples/pipeline-v1.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,eAAe,EAwrC9B,CAAC;AAGF,eAAe,QAAQ,CAAC"}
|
|
@@ -13,8 +13,7 @@ const examples = [
|
|
|
13
13
|
stages:
|
|
14
14
|
- id: build
|
|
15
15
|
name: build
|
|
16
|
-
runtime:
|
|
17
|
-
shell: true
|
|
16
|
+
runtime: cloud
|
|
18
17
|
steps:
|
|
19
18
|
- id: build
|
|
20
19
|
name: Build
|
|
@@ -58,8 +57,6 @@ const examples = [
|
|
|
58
57
|
automount-service-token: true
|
|
59
58
|
connector: account.k8s_build_cluster
|
|
60
59
|
namespace: harness-builds
|
|
61
|
-
node: {}
|
|
62
|
-
os: Linux
|
|
63
60
|
steps:
|
|
64
61
|
- id: code_review
|
|
65
62
|
name: Code Review
|
|
@@ -95,7 +92,6 @@ const examples = [
|
|
|
95
92
|
- environment:
|
|
96
93
|
deploy-to: shared
|
|
97
94
|
id: dev
|
|
98
|
-
name: dev
|
|
99
95
|
id: Helm_Deploy
|
|
100
96
|
name: Helm Deploy
|
|
101
97
|
on-failure:
|
|
@@ -152,8 +148,6 @@ const examples = [
|
|
|
152
148
|
automount-service-token: true
|
|
153
149
|
connector: account.k8s_build_cluster
|
|
154
150
|
namespace: harness-builds
|
|
155
|
-
node: {}
|
|
156
|
-
os: Linux
|
|
157
151
|
steps:
|
|
158
152
|
- id: Get_Commit_Details
|
|
159
153
|
name: Get Commit Details
|
|
@@ -215,8 +209,7 @@ const examples = [
|
|
|
215
209
|
enabled: true
|
|
216
210
|
id: Plan_Dev
|
|
217
211
|
name: Plan Dev
|
|
218
|
-
runtime:
|
|
219
|
-
shell: true
|
|
212
|
+
runtime: cloud
|
|
220
213
|
steps:
|
|
221
214
|
- id: Terraform_Plan
|
|
222
215
|
name: Terraform Plan
|
|
@@ -245,8 +238,7 @@ const examples = [
|
|
|
245
238
|
- kubernetes-delegate
|
|
246
239
|
id: Deploy_Prod
|
|
247
240
|
name: Deploy Prod
|
|
248
|
-
runtime:
|
|
249
|
-
shell: true
|
|
241
|
+
runtime: cloud
|
|
250
242
|
steps:
|
|
251
243
|
- id: Terraform_Plan
|
|
252
244
|
name: Terraform Plan
|
|
@@ -317,7 +309,6 @@ const examples = [
|
|
|
317
309
|
environment:
|
|
318
310
|
deploy-to: nonprod
|
|
319
311
|
id: account.deploy_util
|
|
320
|
-
name: account.deploy_util
|
|
321
312
|
id: deployment_setup
|
|
322
313
|
if: <+Always>
|
|
323
314
|
name: deployment-setup
|
|
@@ -379,7 +370,6 @@ const examples = [
|
|
|
379
370
|
- environment:
|
|
380
371
|
deploy-to: ecs_prod
|
|
381
372
|
id: prod
|
|
382
|
-
name: prod
|
|
383
373
|
id: prod
|
|
384
374
|
if: <+OnPipelineSuccess>
|
|
385
375
|
name: prod
|
|
@@ -419,7 +409,6 @@ const examples = [
|
|
|
419
409
|
environment:
|
|
420
410
|
deploy-to: dev_cluster
|
|
421
411
|
id: dev
|
|
422
|
-
name: dev
|
|
423
412
|
id: Deploy_to_dev
|
|
424
413
|
inputs:
|
|
425
414
|
BuildVersion:
|
|
@@ -509,7 +498,6 @@ const examples = [
|
|
|
509
498
|
- environment:
|
|
510
499
|
deploy-to: pr
|
|
511
500
|
id: pr
|
|
512
|
-
name: pr
|
|
513
501
|
id: Delete_PR
|
|
514
502
|
name: Delete PR
|
|
515
503
|
on-failure:
|
|
@@ -553,7 +541,6 @@ const examples = [
|
|
|
553
541
|
- environment:
|
|
554
542
|
deploy-to: production_cluster
|
|
555
543
|
id: prod
|
|
556
|
-
name: prod
|
|
557
544
|
id: Rolling_Deploy
|
|
558
545
|
name: Rolling Deploy
|
|
559
546
|
on-failure:
|
|
@@ -613,7 +600,6 @@ const examples = [
|
|
|
613
600
|
- environment:
|
|
614
601
|
deploy-to: production_cluster
|
|
615
602
|
id: prod
|
|
616
|
-
name: prod
|
|
617
603
|
id: Canary_Deploy
|
|
618
604
|
name: Canary Deploy
|
|
619
605
|
on-failure:
|
|
@@ -705,7 +691,6 @@ const examples = [
|
|
|
705
691
|
- environment:
|
|
706
692
|
deploy-to: ecs_production
|
|
707
693
|
id: prod
|
|
708
|
-
name: prod
|
|
709
694
|
id: Deploy_Prod
|
|
710
695
|
name: Deploy Prod
|
|
711
696
|
on-failure:
|
|
@@ -760,8 +745,7 @@ const examples = [
|
|
|
760
745
|
enabled: true
|
|
761
746
|
id: Build_Package
|
|
762
747
|
name: Build & Package
|
|
763
|
-
runtime:
|
|
764
|
-
shell: true
|
|
748
|
+
runtime: cloud
|
|
765
749
|
steps:
|
|
766
750
|
- id: install_deps
|
|
767
751
|
name: Install Dependencies
|
|
@@ -786,7 +770,6 @@ const examples = [
|
|
|
786
770
|
- environment:
|
|
787
771
|
deploy-to: lambda_<+pipeline.variables.stage>
|
|
788
772
|
id: <+pipeline.variables.stage>
|
|
789
|
-
name: <+pipeline.variables.stage>
|
|
790
773
|
id: Deploy_Lambda
|
|
791
774
|
name: Deploy Lambda
|
|
792
775
|
on-failure:
|
|
@@ -845,7 +828,6 @@ const examples = [
|
|
|
845
828
|
- environment:
|
|
846
829
|
deploy-to: tas_production
|
|
847
830
|
id: prod
|
|
848
|
-
name: prod
|
|
849
831
|
id: TAS_Deploy
|
|
850
832
|
name: TAS Deploy
|
|
851
833
|
on-failure:
|
|
@@ -921,8 +903,7 @@ const examples = [
|
|
|
921
903
|
enabled: true
|
|
922
904
|
id: Build
|
|
923
905
|
name: Build
|
|
924
|
-
runtime:
|
|
925
|
-
shell: true
|
|
906
|
+
runtime: cloud
|
|
926
907
|
steps:
|
|
927
908
|
- id: build_app
|
|
928
909
|
name: Build App
|
|
@@ -948,7 +929,6 @@ const examples = [
|
|
|
948
929
|
- environment:
|
|
949
930
|
deploy-to: azure_production
|
|
950
931
|
id: prod
|
|
951
|
-
name: prod
|
|
952
932
|
id: Deploy_Prod
|
|
953
933
|
name: Deploy Prod
|
|
954
934
|
on-failure:
|
|
@@ -1032,7 +1012,6 @@ const examples = [
|
|
|
1032
1012
|
- environment:
|
|
1033
1013
|
deploy-to: on_prem_servers
|
|
1034
1014
|
id: prod
|
|
1035
|
-
name: prod
|
|
1036
1015
|
id: Deploy
|
|
1037
1016
|
name: Deploy
|
|
1038
1017
|
on-failure:
|
|
@@ -1093,8 +1072,7 @@ const examples = [
|
|
|
1093
1072
|
stages:
|
|
1094
1073
|
- id: Build
|
|
1095
1074
|
name: Build
|
|
1096
|
-
runtime:
|
|
1097
|
-
shell: true
|
|
1075
|
+
runtime: cloud
|
|
1098
1076
|
steps:
|
|
1099
1077
|
- id: build_artifact
|
|
1100
1078
|
name: Build Artifact
|
|
@@ -1111,7 +1089,6 @@ const examples = [
|
|
|
1111
1089
|
- environment:
|
|
1112
1090
|
deploy-to: us_east_cluster
|
|
1113
1091
|
id: us_east
|
|
1114
|
-
name: us-east
|
|
1115
1092
|
id: Deploy_US_East
|
|
1116
1093
|
name: Deploy US-East
|
|
1117
1094
|
on-failure:
|
|
@@ -1139,7 +1116,6 @@ const examples = [
|
|
|
1139
1116
|
- environment:
|
|
1140
1117
|
deploy-to: eu_west_cluster
|
|
1141
1118
|
id: eu_west
|
|
1142
|
-
name: eu-west
|
|
1143
1119
|
id: Deploy_EU_West
|
|
1144
1120
|
name: Deploy EU-West
|
|
1145
1121
|
on-failure:
|
|
@@ -1182,8 +1158,7 @@ const examples = [
|
|
|
1182
1158
|
enabled: true
|
|
1183
1159
|
id: Update_Manifests
|
|
1184
1160
|
name: Update Manifests
|
|
1185
|
-
runtime:
|
|
1186
|
-
shell: true
|
|
1161
|
+
runtime: cloud
|
|
1187
1162
|
steps:
|
|
1188
1163
|
- id: update_image_tag
|
|
1189
1164
|
name: Update Image Tag
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-v1.js","sourceRoot":"","sources":["../../../src/data/examples/pipeline-v1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAG9C,MAAM,QAAQ,GAAsB;IAClC;QACE,IAAI,EAAE,YAAY;QAClB,YAAY,EAAE,aAAa;QAC3B,WAAW,EAAE,4CAA4C;QACzD,IAAI,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,CAAC;QACtD,IAAI,EAAE
|
|
1
|
+
{"version":3,"file":"pipeline-v1.js","sourceRoot":"","sources":["../../../src/data/examples/pipeline-v1.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAk1vH/B,CAAC;AACF,eAAe,MAAM,CAAC"}
|