Debugging your Code Engine toolchain
Use these tips to learn how to troubleshoot IBM Cloud® Code Engine issues with toolchain.
A toolchain is a set of tool integrations that support development, deployment, and operations tasks. Toolchains are part of IBM Cloud's Continuous Delivery pipeline. You can set up a toolchain to automate the build and deployment of your Code Engine workloads.
Creating a debug log file for your pipeline
You can create a debug log for your pipeline, which allows you to better understand what is happening with your toolchain. To create a debug log, start another pipeline run after you set the toolchain environment property pipeline-debug
to 1
(0
is the default). This property enables trace output in the log files and lists all files that are packaged.
- Open the Overview page for your toolchain.
- Under Delivery pipelines, open your
ci-pipeline
. - Click Environment properties.
- Find the
pipeline-debug
property and set it to1
. - Start another pipeline run.
- Find the log files.
More information
For more information about Continuous Delivery and toolchain as well as finding troubleshooting information, see the following topics.