...
CodePipeline | Notes | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Branch name |
| The CodePipeline events readily include the branch name so we can provide this capability soon. | ||||||||||||||||||||
Commit message … | ||||||||||||||||||||||
… of last pushed commit |
| |||||||||||||||||||||
… of all pushed commits |
| The CodePipeline events only include the last commit ID, so if a push contains multiple commits, we lack access to the resp. commit data – we are investigating how to eventually work around this via a CodeBuild action that uses a full clone to extract and forward this data. Depending on your workflows, you might be able to leverage the following workarounds:
| ||||||||||||||||||||
Pull request title (and description) … | ||||||||||||||||||||||
… before merge |
| We do not have access to pull request data from the various upstream Git providers, so this seems blocked for now. | ||||||||||||||||||||
… after merge |
| This works if your Git tooling references the issue key …
|
...