I am invoking a Jenkins job remotely using:
wget http://:8080/job/Test-Jenkins/build?token=DOIT
Here Test-Jenkins
Test-Jenkins
When we have to send multiple trigger parameters to jenkins job, the following commands works.
curl -X POST -i -u "auto_user":"xxxauthentication_tokenxxx" "JENKINS_URL/view/tests/job/helloworld/buildWithParameters?param1=162¶m2=store"