Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
take a task that produces 2 artifacts. one of the artifact is replaced by a new task. the original task is still executed due to the second artifact requirement, both artifacts will be produced, one being useless since it is replaced.
make sure that the location of the replaced artifact is still containing the task name so it does not collide with the replacing task artifact.
write a test to ensure no regression.