TeamCity
Powerful CI/CD for DevOps-centric teams
Newsletter
Releases
Debug Single Jobs in TeamCity Pipelines
You can now debug individual jobs in TeamCity Pipelines. Instead of running the entire pipeline, just execute a specific job and get instant feedback without extra waiting.
When you debug a single job, you can:
- Review the build log for detailed insights, reducing the need to dig through logs unnecessarily and focus on what’s relevant for that specific job.
- Open the agent terminal to easily view system logs on the agent.
- Cancel the current running job.
When debugging one job, its dependencies will also be executed. Read more about job debugging in our docs.
Bug fixes and improvements
- It’s now easier to spot typos when creating a secret, thanks to the new functionality that allows you to view the secret. Just click on the eye button.
- When creating a pipeline from your VCS hosting provider with more than eight repositories, TeamCity Pipelines now clearly tells you that there’s more on the list that’s not shown.
- URLs shown on hover are now more visible in light mode.
Did you know?
Getting started with self-hosted agents in TeamCity Pipelines is a breeze! Just copy the ready-made commands straight from the UI – they’re pre-filled with all the right values. Paste them into your terminal, run them, and you’re good to go.
That’s it for now! As always, please let us know if you have any questions.