Create a job

Request

POST https://{hostname}:{port}
  /build/rest2/jobs
This command takes a JSON request string or file. Use the following template for the request:
{
  "description": "The job description",
  "name": "The name of the job"
}