https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build
First, you need to define parameters for your job by selecting "This build is parameterized", then using the drop-down button to add as many parameters as you need.
Branches to build
Branch Specifier (blank for 'any') ${BRANCH}
First, you need to define parameters for your job by selecting "This build is parameterized", then using the drop-down button to add as many parameters as you need.
- A build can be started just by POSTing to
- All parameters need to be properly URL-escaped. To use with wget, quote the URL on the command line too.
- The parameter delay=0sec can be added to start the build immediately.
- To use a Run Parameter, the value should be in the format jobname#buildNumber (eg. "&MyRunParam=foo-job%2399" for foo-job #99)
- If you are using an authorization token to trigger the builds (Job -> Configure -> 'Build Triggers' -> 'Trigger builds remotely (e.g., from scripts)'), you can access:
Branches to build
Branch Specifier (blank for 'any') ${BRANCH}