Skip to content

chore: set gitBaseBranchName to master in deployment.yaml#48

Merged
daniyelnnr merged 1 commit into
masterfrom
chore/add-git-base-branch-name-master
Jun 19, 2026
Merged

chore: set gitBaseBranchName to master in deployment.yaml#48
daniyelnnr merged 1 commit into
masterfrom
chore/add-git-base-branch-name-master

chore: set gitBaseBranchName to master in deployment.yaml

d5abe15
Select commit
Loading
Failed to load commit list.
DK CICD / cli-plugin-template-techdocs-v1-uv7vde2e-techdocs succeeded Jun 19, 2026 in 38s

cli-plugin-template-techdocs-v1-uv7vde2e-techdocs

Progress summary:

Step Status
assume-role 🟢 completed
generate-and-upload 🟢 completed

⚠️ A completed status for an individual step simply indicates it completed. Errors might have happened: check the overall status of the Check Run and, if necessary, the logs below.

Details

Runner: techdocs-v1-uv7vde2e-techdocs-pod

assume-role logs (access task pipeline | access task only)

+ '[' dk-cicd-558830342743 '!=' none ]
+ dkcicd aws sts assumeRole
{"level":30,"time":1781873498752,"pid":23,"hostname":"techdocs-v1-uv7vde2e-techdocs-pod","id":"5b4835a9-9a58-4570-bdcd-4dea31446628","command":"aws sts assumeRole","msg":"Assuming role arn:aws:iam::053131491888:role/dk-cicd-558830342743"}


generate-and-upload logs (access task pipeline | access task only)

+ /bin/sed -i -E 's;##EDIT_URI##;edit/chore/add-git-base-branch-name-master/./docs;g' /tmp/mkdocs.yaml
+ /bin/mv /tmp/mkdocs.yaml ./mkdocs.yaml
+ mkdir -p ./docs/assets/stylesheets
+ /bin/cp -r /tmp/assets/stylesheets ./docs/assets/
+ echo 'info: generate tech-docs for entity: default/component/cli-plugin-template'
+ echo 'info: repository repo: cli-plugin-template'
+ echo 'info: repository branch: chore/add-git-base-branch-name-master'
+ techdocs-cli generate --no-docker --source-dir . --legacyCopyReadmeMdToIndexMd true
info: generate tech-docs for entity: default/component/cli-plugin-template
info: repository repo: cli-plugin-template
info: repository branch: chore/add-git-base-branch-name-master
info: Using source dir /workspace/source/cli-plugin-template
info: Will output generated files in /workspace/source/cli-plugin-template/site
info: Generating documentation...
warn: docs/index.md not found.
warn: docs/README.md not found.
warn: docs/readme.md not found.
info: Successfully generated docs from /workspace/source/cli-plugin-template into /workspace/source/cli-plugin-template/site using local mkdocs
info: Done!
+ '[' -f ./docs/README.md ]
+ '[' -f ./README.md ]
+ echo 'info: README.md found in root directory, setting INDEX to README.md'
+ INDEX=../README.md
+ '[' '!' -z ../README.md ]
info: README.md found in root directory, setting INDEX to README.md
+ echo 'info: INDEX is set, renaming index.md back to ../README.md on html generated file'
info: INDEX is set, renaming index.md back to ../README.md on html generated file
+ /bin/sed -i -E 's|(/docs/)index\.md|\1../README.md|' ./site/index.html
+ techdocs-cli publish --publisher-type awsS3 --storage-name backstage-techdocs-storage --entity default/component/cli-plugin-template
info: Creating AWS S3 Bucket publisher for TechDocs
info: Successfully connected to the AWS S3 bucket backstage-techdocs-storage.
info: Successfully uploaded all the generated files for Entity cli-plugin-template. Total number of files: 52
info: Successfully deleted stale files for Entity cli-plugin-template. Total number of files: 0
+ '[' 0 -ne 0 ]
+ echo -n success