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
I needed to do the same, and discovered the Random String Parameter Plugin. This adds a random string to each build as a parameter, which is enough to make each build unique and for Jenkins to queue them independently rather than coalesce them.