How to submit a parameterized build request using CURL that used the default parameter values?

Article ID:204279870
1 minute readKnowledge base

Issue

  • Submit a parameterized build request using CURL that used the default parameter values

Environment

  • CloudBees Jenkins Enterprise

Resolution

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.