You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pipelines are created at the same time, only the pipeline ID of the UPDATE side that completes later is added because neither has been added to the default collection yet.
What you expected to happen:
All pipelines are added to the default collection even if they are created at the same time
How to reproduce it:
Create pipelines simultaneously
The text was updated successfully, but these errors were encountered:
What happened:
If pipelines are created at the same time, only one of them may be added.
The cause is probably the following locations.
screwdriver/plugins/pipelines/create.js
Lines 94 to 102 in 02a8dfe
When pipelines are created at the same time, only the pipeline ID of the UPDATE side that completes later is added because neither has been added to the default collection yet.
What you expected to happen:
All pipelines are added to the default collection even if they are created at the same time
How to reproduce it:
Create pipelines simultaneously
The text was updated successfully, but these errors were encountered: