- Source: GL_Pipeline
- Destination: GL_Branch
| Property | Type | Description |
|---|---|---|
| commit | string | The specific commit SHA the pipeline ran on |
The non-traversable GL_RunsOn edge records which branch/ref a pipeline was executed against, along with the specific commit SHA. This is the inverse perspective of GL_Triggers: while GL_Triggers shows what triggered a pipeline, GL_RunsOn shows which branch context the pipeline ran in.
graph LR
pipe("fa:fa-angles-right GL_Pipeline #42")
branch("fa:fa-code-branch GL_Branch main")
pipe -.->|"GL_RunsOn (commit: abc1234)"| branch