Run pipeline
Run the pipeline.
Path parameters
plSeqintegerRequired
Pipeline number
Query parameters
runTypestringRequired
Pipeline run type (LATEST, BUILD, DEPLOY, ALL)
runNotestringRequired
Pipeline run note
Responses
200
OK
*/*
post
/v1/pipelines/{plSeq}/runPOST /v1/pipelines/{plSeq}/run?runType=text&runNote=text HTTP/1.1
Host: 
Accept: */*
200
OK
{
  "beginTime": "2023-06-14T09:10:03.000+00:00",
  "callbackUrl": "http://dashboard:3000/callback/",
  "canCancel": false,
  "created": "2023-06-14 09:10:03",
  "endTime": "2023-06-14 09:10:03",
  "plName": "cmdb-pipeline",
  "plRunSeq": 133,
  "plSeq": 26,
  "pubSubject": "status/pl/run/133",
  "runNote": "11",
  "runStatus": "RUNNING",
  "runTimeBySec": 1,
  "updated": "2023-06-14 09:10:03",
  "ver": "test"
}Was this helpful?
