I have a job which I trigger with parameters from another job using wget. each time I give the job different parameter - which svn revision to run
wget
svn
Jenkins doesn't place a build in the queue if it already contains one with the same param values.
To trick it, you could add an additional, unused param, and set it to a random value when calling wget.