-
That would indeed be nice to quickly get an overview. Especially for people that have not authored the build pipeline.
-
OneDev does not have concept of stages. It is all jobs, if one job depends on the other, they will run sequentially, otherwise, they will run concurrently. This is more simple and flexible to my opinion. For instance, GitLab added job dependency mechanism recently in order to get a job in later stage to start immediately without waiting for all jobs of previous stage to complete.
So a job dependency graph here will be something like pipeline view, and it can show relationships between different jobs to help user get a clear view of job dependencies (or job execution flow). This can be added in future version of OneDev.
-
Oh nice. Yes a job dependency graph would accomplish the same thing. Thank you for making this product
-
Name Previous Value Current Value Priority
Minor
Major
-
-
OneDev
changed state to 'Closed' 4 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 4 years ago
Previous Value Current Value Closed
Released
-
State changed as build #2472 is successful
This is purely aesthetic, and if it's not feasible or there are no plans to implement, that's fine. I still think the product is great! it's making my first dabble into CI/CD quite pleasant. I was wondering if it would be feasible to add a way to view related jobs in a pipeline view with different stages. The easiest example I have I guess is the Azure Devops Pileline. In which there can be multiple jobs for a stage, and multiple stages for a pipeline. This is by no means crucial, I just didn't know if it had been thought of already.