Enhance TeamCity provider
See original GitHub issueThis is for tracking enhancements to TeamCity provider so that it is similar to AppVeyor so you can do IsPullRequest
etc in cake scripts
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Upgrading TeamCity Server and Agents
TeamCity supports upgrades from any of the previous versions to the ... On upgrade, all the TeamCity configuration settings and other data ...
Read more >Docs overview | jeffwecan/teamcity
The TeamCity provider is used to interact with the resources supported by TeamCity. The provider needs to be configured with the proper credentials...
Read more >TeamCity Upgrade
This blog post follows of our DevOps engineer Ben Tisdall's daily routine on upgrading our TeamCity CI running on AWS, back in Summer...
Read more >Building Builds - TeamCity Pipelines as Code using Terraform
This post talks about the reasoning behind the project terraform-provider-teamcity. We'll be looking on how to apply pipelines as code for ...
Read more >The TeamCity Blog : Powerful CI/CD for DevOps-centric teams
Datadog now offers deep, end-to-end visibility into your TeamCity builds with the new TeamCity integration for CI Pipeline Visibility, helping ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Environment variables are set on process level so it should not be a problem.
You likely already are using it @aateeque, but https://confluence.jetbrains.com/display/TCD10/Predefined+Build+Parameters is a terrific reference. I’ve used it extensively in the past when writing build scripts and when I did the first iteration of the TC provider.