Trigger build
documentedTrigger a new build for the given job, with optional parameters.
POST /job/{job_name}/buildJobsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://ci.jenkins.io/job/{{$job_name}}/build" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Jenkins-Crumb: {{$crumb}}" \
-H "Accept: application/json"