Skip to content

Commit

Permalink
Add a print context job to debug circle ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 3, 2024
1 parent 4a5c16f commit d1be8dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
cd .circleci && ./generateConfig.sh << pipeline.parameters.force >> '<< pipeline.parameters.cdi-core-map >>' '<< pipeline.parameters.cdi-plugin-interface-map >>' '<< pipeline.parameters.fdi-node-map >>' '<< pipeline.parameters.fdi-auth-react-map >>' '<< pipeline.parameters.fdi-website-map >>'
- continuation/continue:
configuration_path: .circleci/config_continue.yml # use newly generated config to continue
print-context:
docker:
- image: cimg/base:stable
steps:
- run:
command: |
echo "Branch: << pipeline.git.branch >>"
echo "Tag: << pipeline.git.tag >>"
echo "Force: << pipeline.parameters.force >>"
workflows:
version: 2
Expand Down

0 comments on commit d1be8dc

Please sign in to comment.