[REQUEST] Make Jenkins.instance available in matrix combination filter
11 views
Skip to first unread message
Kinkie
unread,
Nov 10, 2015, 5:09:48 AM11/10/15
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 jenkinsci-users
Hello,
I've found variations of this to be relatively FAQ.
Would it be possible to make Jenkins' instance available to Matrix
combination filters? This would unlock quite a bit of potential which
is currently not really tapped.
From my limited understading, adding
binding.setVariable("Jenkins", Jenkins.instance);
at
matrix-project-plugin/src/main/java/hudson/matrix/FilterScript.java:81
should do the trick..