Hi Kenny
Thanks for your reply.
Unfortunately, the Parameterized Trigger Plugin still forces my original job to be configured with parameters - My plugin "knows" the names and types of the parameters, so it would be tedious for a user to have to set up the same parameters each time a job is configured.
The thing is, I have a remote repository where I would like to grab a specific revision to build, so I would like a parameter named revision (as well as some other standard parameters such as who triggered it and similar).
I am hoping it is possible to give the a build some information when i trigger it. I know how to trigger it, but it cannot get my head around giving it extra environment variables, a log message or any other possible option. (maybe i can pass some information in an action with the scheduleBuild2 method?)