I want to dynamically configure a filter for my multi-configuration
build via a build parameter, but I always get the error message that
class has no property called $FILTER (my parameter is called FILTER).
I found out that you need to open the configuration in Hudson and to
click "Build Now" in the artifacts page to trigger a build for that
specific configuration :)
Am 25.07.2012 13:37, schrieb Oliver Koch:
> Hello,
>
> I want to dynamically configure a filter for my multi-configuration
> build via a build parameter, but I always get the error message that
> class has no property called $FILTER (my parameter is called FILTER).
>
> Did anybody solve this problem already?