We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252fd5d commit 6cbc501Copy full SHA for 6cbc501
docs/continuous-delivery/cd-infrastructure/aws-cdk/cdk-image-build.md
@@ -131,8 +131,8 @@ Parameters to change after you copy the pipeline YAML and paste it in your Harne
131
132
```yaml
133
pipeline:
134
- projectIdentifier: your_project_identifier
135
- orgIdentifier: your_org_identifier
+ projectIdentifier: your-project-identifier
+ orgIdentifier: your-org-identifier
136
tags: {}
137
stages:
138
- stage:
@@ -326,8 +326,8 @@ pipeline:
326
description: Registry password
327
required: true
328
value: <+secrets.getValue("your-docker-pat")>
329
- identifier: cdk-build-push
330
- name: cdkbuildandpush
+ identifier: cdkbuildandpush
+ name: cdk-build-push
331
```
332
</details>
333
0 commit comments