Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Denis Lapuente
Follow
New articles and posts
New articles, posts, and comments
Total activity
4205
Last activity
January 14, 2021 17:07
Member since
January 05, 2017 11:50
Following
0 users
Followed by
6 users
Votes
1
Subscriptions
1828
Activity overview
Articles (0)
Posts (0)
Comments (2376)
Denis Lapuente
commented,
January 14, 2021 17:07
HI guys, This feature was implemented by a third party as a plugin, described in the comments here: https://youtrack.jetbrains.com/issue/TW-29234, available here: https://plugins.jetbrains.com/pl...
Community
TeamCity General Topics
Can Teamcity prefer a given agent?
0 votes
Denis Lapuente
commented,
January 12, 2021 11:36
Hi Richard, if your build configurations are tied via snapshot dependencies, you can set their policy to always run a new build instead of reuse when a suitable is available. Additionally, inst...
Community
TeamCity General Topics
Build projects when dependency changes
0 votes
Denis Lapuente
commented,
January 04, 2021 20:15
Hi Richard, without knowledge about your exact setup it's hard to say, but in a general sense, TeamCity runs the builds within a build agent, and the processes are started in the environment of t...
Community
TeamCity General Topics
AWS IAM User in Build Steps
0 votes
Denis Lapuente
commented,
December 31, 2020 17:07
A not authorized message indicates under most circumstances that the user is not allowed to pull from the repo. If nothing changed on teamcity's side, typically something has been changed on bitbuc...
Community
TeamCity General Topics
Teamcity to bitbucket-cloud List remote refs failed not authorized jgit
0 votes
Denis Lapuente
commented,
December 31, 2020 12:50
Hi Grishbar, it would be relevant to know exactly how you have configured the webhooks. I'm not aware of any system to trigger actions in teamcity directly when a pr is renamed, maybe it's someth...
Community
TeamCity General Topics
github webhook
0 votes
Denis Lapuente
commented,
December 28, 2020 16:34
Hi Peter, thanks for the info, the duplicates finder bit was actually the critical part as I had only tested inspections. I have created https://youtrack.jetbrains.com/issue/TW-69437 to track thi...
Community
TeamCity General Topics
IntelliJ IDEA 2020.2.3: No valid license found
0 votes
Denis Lapuente
commented,
December 28, 2020 13:43
Hi Rodrigo, we would need to understand what exactly "merge request" is in your setup. If I understand it correctly, it would just be GitLab's pull request model, correct? I'm not used to merge r...
Community
TeamCity General Topics
Build merge request with simulating the merge (git merge --no-commit)
0 votes
Denis Lapuente
commented,
December 24, 2020 20:02
Hi Anatoly, there are some possibilities here. First, you have set "refs/heads/feature/*" but then the branch is being displayed as "feature/NAME". This would mean that your release or feature br...
Community
TeamCity General Topics
Branch specification for triggered build
0 votes
Denis Lapuente
commented,
December 23, 2020 15:12
Hi Callum, What you want to do is possible and while I'll try to explain how here, there are some caveats to the setup in itself that I'll detail later on. If you have A and B, then C with Fini...
Community
TeamCity General Topics
Multiple Optional Snapshot Dependencies
0 votes
Denis Lapuente
commented,
December 23, 2020 13:55
Hi Tonny, unless I'm missing something, the only thing you would need is to remove the VCS Trigger from your common build for A, then simply check the checkbox on the triggers for B and C to trig...
Community
TeamCity General Topics
How to make a build on a common component trigger other builds dependent on it
0 votes