History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3791
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Vladimir Militsin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Add option for a build to wait its promotions to complete and fail if any of the promotions fail

Created: 20/Oct/21 11:01 PM   Updated: 21/Oct/21 02:34 AM
Component/s: None
Affects Version/s: 11.0.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Can you please add an option to promotion configuration for a triggering build to wait its promotion to complete and fail if promotion fails?
I have a use case where Level 1 build triggers Level 2 build, but only Level 1 build artifacts get checked out by Level 3 build. I use build triggering and build.transferFiles() to transfer files from still running Level 1 build to a triggered Level 2 build. I don't like that as it doesn't propagate the list of changes and authors. I can't use promotion as I need Level 1 to complete only when Level 2 completes so that Level 3 can check it out. I can't make Level 1 to wait for its promotions to complete as they don't start until the build is complete.

 All   Comments   Work Log   Change History      Sort Order:
Vladimir Militsin [21/Oct/21 02:34 AM]
or allow checkout of Quickbuild builds that are still running. That would do it as well.