dx-devops-test-pipeline-configure
Configures DevOps Center pipeline testing infrastructure: enables a test provider so its suites become available, re-syncs a configured provider to …
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Configure DevOps Center Pipeline Testing Infrastructure
Sets up and configures a DevOps Center pipeline's testing infrastructure. This skill handles three closely related "configure your pipeline" operations that share the same org context, prerequisites, and entity scope (the pipeline level). Pick the mode that matches the user's intent.
> API version: All DevOps testing system calls target Salesforce API v67.0 (minimum required).
Important: All DevOps Center data (pipelines, stages, providers, suites, gates) lives in the Salesforce org — NOT the local repo. Never search the filesystem for pipeline configuration. Always query the org with sf data query or sf api request rest.
Step 1 — Run prerequisites first (always)
Before any query or system call, run the prerequisite checks in references/prerequisite-checks.md. On any failure, surface the plain-language message and stop — never write to an unverified environment.
- Modes A & B (provider configure/sync): run Prerequisites 1–4 (org login, Agentforce DX plugin, DevOps Center org auth, pipeline identified). Prerequisite 5 (stage) is not required — providers are configured at the pipeline level.
- Mode C (quality gate): run Prerequisites 1–4 and Prerequisite 5 (stage). Prereq 5 gives the
DevopsPipelineStageonly — the targetDevopsTestSuiteStagerecord Id is resolved separately in Mode C's Step 0 (trigger → suite-stage row).
Carry forward the resolved doce-org-alias, pipelineId, and (Mode C) stageId / testSuiteStageId.
Step 2 — Select the mode
| If the user wants to… | Mode | Follow |
|---|---|---|
| Enable / set up / add a provider that is not yet configured | A — Configure a test provider | references/configuring-test-provider.md |
| Re-sync / refresh an already-configured provider to pull in new suites | B — Sync a configured provider | references/syncing-test-providers.md |
| Set / configure a quality gate, coverage threshold, or testing benchmark on a stage | C — Configure a quality gate | references/configuring-quality-gate.md |
Disambiguating A vs B (the critical decision): First fetch the pipeline's providers (GET .../testProviders?status=all) — both modes start there. Then:
- Provider is Available (not configured) → Mode A (configure).
- Provider is Configured but suites are stale/missing → Mode B (sync).
- Provider is Configured and the user can't see suites when assigning to a stage → this is a stage-assignment gap, not a configuration gap. Redirect to
dx-devops-test-suite-assignments-configure.
Never POST to the configure endpoint for an already-configured provider — it creates duplicate DevopsPipelineTestProvider records. See references/gotchas.md.
Step 3 — Confirmation gate (required in every mode)
Every mode mutates org state and must show a confirmation gate before any write. Each mode's reference file contains its exact gate wording (Mode C additionally requires a mandatory impact preview before the gate). Do not call any write API until the user gives an affirmative response. If the user declines, stop without writing.
Step 4 — Execute and report
Follow the chosen reference file for the exact API calls, success messages, and error handling:
references/configuring-test-provider.md— Mode Areferences/syncing-test-providers.md— Mode Breferences/configuring-quality-gate.md— Mode Creferences/error-handling.md— consolidated status-code → plain-language tables for all modesreferences/gotchas.md— duplicate-provider trap, API-name differences, trigger-type rules
Never expose raw API errors, stack traces, or JSON payloads to the user — always translate to plain language.
Related skills
dx-devops-test-suite-assignments-configure— after configuring/syncing a provider, assign or map its suites to a stage; also recommends which suites to run for a commit.dx-devops-test-suite-run— run a suite, or retrigger a quality gate after fixes meet the threshold.dx-devops-test-failures-analyze— explain failures from a run and optionally create a fix work item.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
skills/dx-devops-test-pipeline-configure/SKILL.md同一个仓库里的其他技能
- commerce-b2b-open-code-components-integrate
- commerce-b2b-open-code-components-replace
- dx-devops-conflict-resolve
- dx-devops-pipeline-manage
- dx-devops-test-failures-analyze
- dx-devops-test-pipeline-configure
- dx-devops-test-suite-assignments-configure
- dx-devops-test-suite-run
- dx-devops-work-item-manage
- dx-app-analytics-query
- platform-agentexchange-partner-offers-configure
- automation-sandbox-post-copy-config-generate
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 dx-devops-test-pipeline-configure 的技能。它们内容并不相同,别混用:
- forcedotcom/sf-skills — Configures DevOps Center pipeline testing infrastructure: enables a test provider so its s