Back to index
Summary
Runs the specified source code synchronization object.projectNameStringrequiredThe name for the project that must be unique among all projects. scmSyncNameStringrequiredName of SCM Sync. parsedWebhookDataStringoptionalJSON with parsed webhook data to be set on a pipeline/release/procedure run. webhookDataStringoptionalThe webhook data to be set on the pipeline/release/procedure run. webhookHeadersStringoptionalThe webhook headers in JSON format to be set on the pipeline/release/procedure run. |
Usage
Perl
$cmdr->runScmSync( "test-projectName", # projectName "test-scmSyncName" # scmSyncName # optionals );
ectool
ectool runScmSync \ "test-projectName" `# projectName` \ "test-scmSyncName" `# scmSyncName` \ # optionals