Resolution
According with the documentation https://wiki.jenkins.io/display/JENKINS/Parameterized+Build
A build can be started just by POSTing to
https://server/job/myjob/buildWithParameters?PARAMETER=Value
So, you can also just launch https://server/job/myjob/buildWithParameters
. In this case, the default values are used.
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.