Skip to content

/AWS1/CL_PIP=>STARTPIPELINEEXECUTION()

About StartPipelineExecution

Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline to start.

Optional arguments:

IT_VARIABLES TYPE /AWS1/CL_PIPPIPELINEVARIABLE=>TT_PIPELINEVARIABLELIST TT_PIPELINEVARIABLELIST

A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@-_]+, and the values can be anything except an empty string.

IV_CLIENTREQUESTTOKEN TYPE /AWS1/PIPCLIENTREQUESTTOKEN /AWS1/PIPCLIENTREQUESTTOKEN

The system-generated unique ID used to identify a unique execution request.

IT_SOURCEREVISIONS TYPE /AWS1/CL_PIPSRCREVISIONOVERR00=>TT_SOURCEREVISIONOVERRIDELIST TT_SOURCEREVISIONOVERRIDELIST

A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_PIPSTARTPLINEXECOUT /AWS1/CL_PIPSTARTPLINEXECOUT