Remote triggers

The remote trigger allows the user to launch the pipeline with a simple curl command. The originator is the last person to edit the pipeline Using the remote Trigger Remote plugin:

If variables are defined at the Trigger, the arguments provided during the actual call override the default arguments

curl -X POST devops.bktencent.com/ms/process/api/external/pipelines/171de37d50494111ae03a9b8c291f9b1/build -H "Content-Type: application/json" -d "{"key1":"value1","key2":"value2"}"

Last updated