Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: screwdriver-cd/screwdriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: screwdriver-cd/screwdriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: custom-job-mapper
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 25, 2025

  1. add custom job mapper

    VonnyJap committed Feb 25, 2025
    Copy the full SHA
    d1682f1 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 design/sd-build-cluster-selection.md
4 changes: 4 additions & 0 deletions design/sd-build-cluster-selection.md
Original file line number Diff line number Diff line change
@@ -56,9 +56,13 @@ graph TD
E@{ shape: lean-r, label: "Pipeline annotations" }
F@{ shape: lean-r, label: "Job provider" }
end
subgraph new
Y@{ shape: lean-r, label: "Custom Job mapper" }
end
D --> C
E --> C
F --> C
Y --> C
C --> G{Is provider present?}
G -->|Yes| H[Derive build cluster based on provider]
H --> Z@{ shape: stadium, label: "Done" }