Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Multijob with same Subjob (with Alias) and add new nested build view for single build #126

Merged
merged 13 commits into from
Apr 3, 2018

Conversation

ptrsny
Copy link
Contributor

@ptrsny ptrsny commented Jan 24, 2018

#112 #120
Fixed the flashing bubble problem. But if you make a Multijob a subjob of another subjob it will not work properly for the lowest jobs in the tree:

MultiJob Tree View

The compile and deploy jobs of MJNode(First) and MJNode(Second) will have the same ConsoleOutput link and the same bubble state, also when they do not run in parallel. But the different compile jobs are the same just with different parameters. (and different Alias in Brackets).

HINT: There is also a problem when you do not discard your old builds. At some point it will take very long to open a MultiJobView because it searches through the old ones. Maybe I can fix this later on.

Also I changed/added the tree view for a single MultiJob Build so you can see the full tree there too.

MultiJobBuild Tree View

@cohencil
Copy link
Contributor

cohencil commented Mar 1, 2018

@ptrsny , please resubmit after compilation errors fix and I'll be happy to merge

@ptrsny
Copy link
Contributor Author

ptrsny commented Mar 1, 2018

@cohencil I am sorry for taking so much commits to finish but i am fairly new to maven and Java and so ^^'.
And thank you very much for merging this. I appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants