Questions tagged [teamcity-9.0]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historicall related to Hudson) and Cruise Control.

Useful Links

320 questions
2
votes
3 answers

Limit build to run only in specific time domain in TeamCity

I have a build with a finish build trigger and i want to limit it to run only in specific time domain (e.g. between 4 AM to 5 AM) regardless to the finish build trigger, any suggestions?
MTZ4
  • 2,274
  • 2
  • 25
  • 41
2
votes
2 answers

Viewing TeamCity service messages

I'm troubleshooting a build step in TeamCity 9.0.4. The problem seems to lie within the service message output. Is it possible to view these after the build has completed? They are not included in the build log. The documentation on service messages…
MEMark
  • 1,493
  • 2
  • 22
  • 32
2
votes
1 answer

How can I use team city rest api to show only one build per branch for all branches in project?

I have multiple branches that are being tested under a single project and I'm currently using following command to show build statuses: "/guestAuth/app/rest/builds?locator=project:,running:any,branch:branched:any,count:20 Can limit…
skutzi
  • 77
  • 6
2
votes
1 answer

Finish build trigger with feature branches

Have a problem implementing following workflow. I have a number of build configurations(for running unit tests) that i want to run all of them manually for a feature branch. Feature branch is specified VCS root branch specification settings. All…
user2756605
  • 91
  • 1
  • 1
  • 8
2
votes
1 answer

Command line upload of apk to google playstore

I am using TeamCity as my CI server. I want to add a build step such that the generated signed apk of an android project should get uploaded to google playstore automatically. Are there any API available for the same. Is there any terminal commands…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
2
votes
0 answers

How to give Priority to Finish Build Trigger rather than VCS trigger in TeamCity

I'm Using TeamCity 9.0.3 for my .net Projects in TFS Soure Code . We have Build Projects each dependent on another. Lets say Build A, B, C, D & E. and I had Setup two Triggers Finish Build Trigger and VCS Trigger for all Projects and also…
Sandy
  • 21
  • 3
2
votes
2 answers

TeamCity Build Triggers to exclude some directories

I have a rule in Build Triggers to not trigger a build if a commit happens on a directory: Here is the directory structure of our code web => Web Application code. Should trigger Build1 api => Backend Code. Should trigger Build2 When a…
Rahul
  • 903
  • 8
  • 16
2
votes
2 answers

I installed tcWebHooks on TeamCity, options not showing

I'm using TeamCity Professional 9.0.2 (build 32195). I installed the tcWebHooks plugin: But I do not see any changes to the admin, and I cannot determine where to add web hooks to my build. I see no additional options in either the Project…
Mike Cole
  • 14,474
  • 28
  • 114
  • 194
1
vote
1 answer

TeamCity VCS issue

We have an old version of TeamCity 9.0.2 (build 32195) that is running a build with a VCS root that has a fetch URL hosted in Azure DevOps. Without making changes we started seeing the following error when trying to run a build: My suspicions are…
Calum
  • 1,889
  • 2
  • 18
  • 36
1
vote
0 answers

TeamCity - Configure SSH exit code failure conditions

I have a build step in a TeamCity build, which is exit by "SSH exit-code 2". But I don't need to fail my build step. Even if I get this error, the build step wouldn't stop: I found an option to avoid this kind of error but that is applicable only…
1
vote
1 answer

How to restore the deleted projects from teamcity

Accidently, I deleted the projects of some POC, Is there is any way to restore it ?? I was trying to get it back looking into the _trash in TeamCity data/config folder. The project is not there. Any other ways to retrieve it immediately???
1
vote
1 answer

How to run all the builds in a row in the Teamcity project with the same checkout branch

I have a Teamcity Project with VCS Root configured like this: Default branch: develop Branch specification: +:refs/heads/(*) I hope it means I may pass any branch name and it will be processed successfully. The project contains two builds. Let it…
kirill.login
  • 899
  • 1
  • 13
  • 28
1
vote
1 answer

How can I do git rebase and push to remote branch from teamcity agent using commandline

I want to do the following via command line script in teamcity build configuration step: git rebase master git push origin : In this case, it does not create a specific branch on teamcity agent so not sure, what should…
Shaindil
  • 23
  • 5
1
vote
0 answers

Teamcity separate test result viewer

Is there a way to show different reports inside TeamCity build page for different types of tests? We have the only one Gradle build for all checks (and we don't want to have separate builds for every check type). But we want to show separate test…
1
vote
2 answers

Getting TeamCity (Docker Linux) parameters or system properties in Cake (C#) returns nothing

I'm trying to access the branch name in Cake on TeamCity running inside a Linux Docker container, but whenever I try to fetch any of the "Configuration Parameters", the values are returning nothing. In my branch, the following build parameter values…
ChoNuff
  • 814
  • 6
  • 12