Creating a plugin to show results beside all downstream jobs for each build without blocking.
7 views
Skip to first unread message
Jeremiah Bunton
unread,
Jul 29, 2016, 5:52:01 PM7/29/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hello!!
I would like to build a plugin that allows me to be able to click on upstream job builds and show the status of the downstream jobs the same way it is shown for the last build that ran. So far the only way I have found is to have the upstream job block until all downstream jobs finish. This is not favorable since it uses one executor to keep track of downstream jobs and I can’t afford to waste an executor since my queue is always huge.
Two questions:
1) Is there such a plugin already?
2) Is this even feasible?