#483  Pipeline View for related jobs
Released
Ernesto Portillo opened 2 years ago

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.

jbauer commented 2 years ago

That would indeed be nice to quickly get an overview. Especially for people that have not authored the build pipeline.

Robin Shen commented 2 years ago

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.

Ernesto Portillo commented 2 years ago

Oh nice. Yes a job dependency graph would accomplish the same thing. Thank you for making this product

Robin Shen changed fields 2 years ago
Name Previous Value Current Value
Priority
Minor
Major
Robin Shen added to milestone "7.0.0" 2 years ago
OneDev changed state to 'Closed' 2 years ago
Previous Value Current Value
Open
Closed
OneDev commented 2 years ago

State changed as code fixing the issue is committed

OneDev changed state to 'Released' 2 years ago
Previous Value Current Value
Closed
Released
OneDev commented 2 years ago

State changed as build #2472 is successful

issue 1 of 1
Type
New Feature
Priority
Major
Assignee
Milestones
Issue Votes (1)
Watchers (5)
Reference
onedev/server#483
Please wait...
Page is in error, reload to recover