bret barker
Results
2
comments of
bret barker
LIMBO_PLUGINS=(list of plugin names or "ALL") ?
I debugged this and found the offending line at: https://github.com/jenkinsci/ivy-plugin/blob/master/src/main/java/hudson/ivy/IvyBuildTrigger.java#L494 added in commit: https://github.com/jenkinsci/ivy-plugin/commit/af3db7f721b476a01d416761e8bedfb5b0cf10ab: ``` java captures = (matcher != null && matcher.isDynamic(depRevId)); ``` It looks like prior to that...