What happened:
Remote join trigger is not triggered properly when restart the downstream build by "Start pipeline from here".
What you expected to happen:
- Create pipelines using the following sd.yaml
- Start the upstream pipeline from
up_a
- Start
detached build in the downstream event created at Step 1
- 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.
What happened:
Remote join trigger is not triggered properly when restart the downstream build by "Start pipeline from here".
What you expected to happen:
up_adetachedbuild in the downstream event created at Step 1down_abuild in the event created at Step 3screwdriver.yaml
How to reproduce it:
Remote join is triggered even use "Start pipeline from here" same as normal trigger.