Replies: 1 comment
-
What do you think @TheSylence ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our current concept is difficult to understand and not thought out well enough. Example:
Suppose an Azure DevOps collection called "CollectionA".
In this collection there are 3 builds and 2 repositories.
Build definitions:
Repositories:
Both "Backend.*" definitions build code from the "Backend" repository, while the "Frontend.CD" build, builds code from the "Frontend" repository.
In BuildNotifications, you would setup 3 connections and 2 projects for this:
Side note: In the current state of the app, you have to additionally setup black-/whitelists for the projects, as even "Frontend" builds are listed in the "Backend" project. This, however, is a different bug that is not directly relevant to this issue.
Proposed changes
I suppose we restructure the setup view and our concept by
Desired results
My main argument is, that you have to configure way to much if you have a simple Azure DevOps setup. With the proposed changes, this is the setup you would have to do, given the same example as described above:
While still allowing the same complexity as before.
Beta Was this translation helpful? Give feedback.
All reactions