Skip to content

Remote join is not triggered properly when restart the downstream build by "Start pipeline from here" #3408

Description

@y-oksaku

What happened:

Remote join trigger is not triggered properly when restart the downstream build by "Start pipeline from here".

What you expected to happen:

  1. Create pipelines using the following sd.yaml
  2. Start the upstream pipeline from up_a
  3. Start detached build in the downstream event created at Step 1
  4. Start down_a build in the event created at Step 3

screwdriver.yaml

shared:
  image: node:20
  steps:
    - test: echo 'test'

# Upstream(123)
jobs:
  up_a:
    requires: [ ~commit ]
  up_b:
    requires: [ sd@456:down_a, sd@456:down_b ]

# Downstream(456)
jobs:
  down_a:
    requires: [ ~sd@123:up_a ]
  down_b:
    requires: [ ~sd@123:up_a ]
  detached:
    requires: []

How to reproduce it:

Remote join is triggered even use "Start pipeline from here" same as normal trigger.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions