Just knocked up an extension to the parameterized trigger plugin that will
allow you to pass the inverse of what is build to a triggered job.
If this parameter is added to a Matrix build it will get the filter passed
into it and then inverts the filter (makes it "!()" )
before passing to the tri
Hello,
I'm trying to set up a build pipeline. Therefore I have one job (pipe
starter) which monitors a repository for source code changes, and two
identical matrix jobs (priority and regular build) which build the
repository in different chroot environments. The priority matrix job gets
triggered