Stonehendge
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Stonehendge created a post, AnsweredHow to have dependent build succeeded if dependency completed after retry
Hello, I have a set of build tasks and the one triggering them all via snapshot dependency. If all the dependency builds succeed, the parent build succeeds as well. If any of the dependency fails, ... -
-
Stonehendge created a post, Order of dependent builds
Hello, Is it possible to ensure order of builds mentioned as snapshot dependencies in another build without introducing additional dependencies? I have the following set of configurations: - Deploy...