Comment on Building GitHub pull requests with TeamCity by Anton Zamolotskikh
Basically pull request build feature extends the branch spec in context of a build configuration, but not for all builds in a build chain that use this VCS root.
View ArticleComment on Building GitHub pull requests with TeamCity by Vadym Kononenko
Me too. Once I put %teamcity.pullRequest.number% and %teamcity.pullRequest.target.branch% into my Command Line step TC adds them to “Configuration Parameters” like: teamcity.pullRequest.number Edit...
View ArticleComment on Building GitHub pull requests with TeamCity by Anton Zamolotskikh
Hi, few questions (to Vadym below as well): – what version of TeamCity are you trying it on? – do you have the Pull Requests build feature configured in the same configuration where you refer to these...
View ArticleComment on Building GitHub pull requests with TeamCity by Stefan F
I’ll have a look, thanks /stefan
View ArticleComment on TeamCity 2020 Roadmap (Part 1 of 2) by schddc
Looking forward to the 2020 roadmap. Much of it is relevant for my team. Allowing UI editing to be disabled from kotlin is a good idea. Will it be possible to set default values for the UI from kotlin?...
View ArticleComment on TeamCity 2020 Roadmap (Part 1 of 2) by Dmitry Treskunov
Hi, first of all, thanks for the feedback! I think that the option you are talking about should not be limited only to Kotlin DSL, instead it should be possible to force any setting and not allow to...
View ArticleComment on TeamCity 2020.1 EAP is open by Alex
Kubernetes releases is not only Helm, most important here – is kubectl + creating templates for such tools like helm2,3, werf, forge etc. Just deploy helm -it s on of a lot cases how deployment should...
View ArticleComment on Build Chains: TeamCity’s Blend of Pipelines. Part 1 – Getting...
Anton, damn, you the man.
View ArticleComment on TeamCity 2019.2 EAP2 is out by Richard Cross
How do we configure Prometheus to log in to TeamCity to scrape these metrics without exposing a username/password in the prometheus.yml?
View ArticleComment on TeamCity 2019.2 EAP2 is out by Richard Cross
It’s great to be able to track number of authorised agents running in Prometheus, but would be even better to see the current limit on authorised agents (as determined by the license) so we can...
View ArticleComment on TeamCity 2019.2 EAP2 is out by Richard Cross
Ok… one solution: 1. Enable guest account 2. Create a role with permission “View usage statistics” 3. Add that role to the guest account 4. In prometheus.yml, your (custom) metrics_path will be...
View ArticleComment on TeamCity 2020.1 EAP3 is here by Lior Tal
After this build it’s going to be the release candidate or are there are more stages to the release?
View ArticleComment on TeamCity 2020.1 EAP3 is here by Maria Kudryavtseva
Hi! Yes, the next build will already be the Release Candidate.
View ArticleComment on TeamCity 2020 Roadmap (Part 1 of 2) by Mike Fitzgerald
“Trigger-defined parameters” will be a huge help and reduce a ton of unnecessary complexity in our pipeline. Thank you!
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
Great work, team! Can you explain me, how can I create build step that depended on vcs condition? For example, If Dockerfile is exists in project root then I want to do that build step and create...
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
I can only suggest adding a first Command Line step, check if a file exists in a working directory after checkout, and set a parameter in this case, using service messages. After that, you can check...
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
for some reason slack connection not worked for me. when i enter all creds and push test i get error: Connection failed! Test authentication failed: bad_redirect_uri my url added in slack app like...
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
Hi! Please check out a similar issue reported in our tracker: https://youtrack.jetbrains.com/issue/TW-66113. If your case resembles it, you can try updating the Tomcat settings as noted in its comments.
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
Hi! Great new features. But the build feature “Jira Cloud integration” doesn’t work in templates. kind regards
View ArticleComment on TeamCity 2020.1: Conditional Build Steps, Support for Kubernetes,...
Hi, Ralf. You’re right, and we’re already working on a fix. Please, check the related bug in our YouTrack (https://youtrack.jetbrains.com/issue/TW-66175), we’ll post an updated plugin version there as...
View Article