Represents information about a pipeline to a job worker.
PipelineContext contains pipelineArn and pipelineExecutionId for custom action jobs. The pipelineArn and pipelineExecutionId fields are not populated for ThirdParty action jobs.
PipelineContext is a JSON Structure definition published by Amazon CodePipeline, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-pipeline-context-structure.json",
"name": "PipelineContext",
"description": "<p>Represents information about a pipeline to a job worker.</p> <note> <p>PipelineContext contains <code>pipelineArn</code> and <code>pipelineExecutionId</code> for custom action jobs. The <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not populated for ThirdParty action jobs.</p> </note>",
"type": "object",
"properties": {
"pipelineName": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineName"
},
{
"description": "The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account."
}
]
},
"stage": {
"allOf": [
{
"$ref": "#/components/schemas/StageContext"
},
{
"description": "The stage of the pipeline."
}
]
},
"action": {
"allOf": [
{
"$ref": "#/components/schemas/ActionContext"
},
{
"description": "The context of an action to a job worker in the stage of a pipeline."
}
]
},
"pipelineArn": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineArn"
},
{
"description": "The Amazon Resource Name (ARN) of the pipeline."
}
]
},
"pipelineExecutionId": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineExecutionId"
},
{
"description": "The execution ID of the pipeline."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.