Questions tagged [teamcity-8.0]

TeamCity v8.0 is a Java based build management and continuous integration system from JetBrains.

TeamCity is a Java-based build management and continuous integration server from JetBrains.

New Features in version 8.0:

  • A much faster (up to 5 times) build history cleanup, allowing to drastically reduce server maintenance time;
  • Meta-Runner allowing to reuse build steps by representing them as a native TeamCity runner;
  • Improved build problems reporting: detection of new problems, ability to assign an investigation or mute a build problem;
  • The native IntelliJ IDEA compiler is now bundled with TeamCity 8, which means that for IntelliJ IDEA projects you get much faster incremental compilation and support for Scala, Groovy, Clojure, Kotlin, Android, GWT and many other technologies supported by IntelliJ IDEA;
  • Branches building based on Mercurial bookmarks and Git tags;
  • Detect and show changes made in Mercurial sub-repositories;

The product home page: http://www.jetbrains.com/teamcity/

236 questions
1
vote
0 answers

Teamcity not uploading green builds

Teamcity pulls from my git account fine, builds and runs tests and exits. The end of the log says: Publishing internal artifacts [Publishing internal artifacts] Sending build.finish.properties.gz file Build finished My VCS route is set to pull…
BanksySan
  • 27,362
  • 33
  • 117
  • 216
1
vote
0 answers

TeamCity Inspections (IntelliJ IDEA) and Spring Data

TeamCity seems not to recognize Spring Data Repository beans when running the inspections. It works perfectly in IntelliJ IDEA but not in TeamCity. I receive the following inspection problems: Warning This custom Spring bean has not yet been parsed…
Alain
  • 881
  • 8
  • 14
1
vote
1 answer

MSBuild does not deploy MVC Application in Build Task

Recently was given the task to load up a MVC project into TeamCity. With that being said, i learned that MVC Applications MUST BE Deployed, unlike most "Normal" web-applications. All that being considered, i build the project Build Task just like…
GoldBishop
  • 2,820
  • 4
  • 47
  • 82
0
votes
0 answers

Teamcity build implicit requirement with agent enviroments

I set up the agent, set the JAVA environment variables necessary for it to work and build my projects. In teamcity, these variables are pulled up. pic - https://ibb.co/Qc6Ctd7 But some build steps need to be done with a specific version of…
Max
  • 1
  • 1
0
votes
0 answers

Get id image the which is pushed to ECR through TeamCity

I have a doubt lets say i have 2 steps docker build docker push after building the image and pushing it to ECR is there any way to get the image id of that, or atleast can we send that image id to slack
Sujay_ks
  • 47
  • 7
0
votes
1 answer

How to change the branch being built in TeamCity

How do I change the branch being built in TeamCity. It seems like the master is the only branch I can use:
0
votes
1 answer

Teamcity execute on 1 of 2 conditions being true

I am in the process of migrating the code base to Java 11 from Java 8. So I already had a build step for Java 8, and now I introduced one for Java 11. I want Java 8 to be used for the master and release branch, and use Java 11 for every other…
0
votes
0 answers

Trigger TeamCity build with build parameters in HTTP URI

I have the following build config for TeamCity (in XML): mybuild
Katie
  • 918
  • 1
  • 5
  • 18
0
votes
1 answer

Nugets packages from .net Standard 2.0 projects not showing in NuGet packages tab in TeamCity

We have a .net solution that contains .net standard 2.0 projects and .net framework projects. On each build with TeamCity we have a step with NuGet Installer to restore the nuget packages for solution (nuget version 4.3.0). The step works fine, it…
Adrya
  • 3,427
  • 8
  • 31
  • 29
0
votes
0 answers

Teamcity MSBuild error:MSB3030

My project is building successfully on my local. But in teamcity I am getting the below error: ResolveProjectReferences] MSBuild [08:08:37][MSBuild] xxx.csproj: Build default targets [08:08:38][xxx.csproj]…
0
votes
1 answer

Team City V8, changing from checkout as agent to checkout as server, changes working directory

We are currently using teamcity v8 (eventually will upgrade) Right now we have a server and agent on the same machine and all the VCS's are set as "checkout as agent". By doing that I get this directory…
wormiii
  • 157
  • 10
0
votes
1 answer

Updating the PATH of Teamcity Agent on Ubuntu

I have a TeamCity 8 agent running on Ubuntu. Scripts that run within its context in TeamCity aren't aware of rvm so I want to amend its path. So in buildAgent.properties I want to set env.PATH=%PATH%:/home/build/.rvm/bin and have the machines path…
Paul D'Ambra
  • 7,629
  • 3
  • 51
  • 96
0
votes
1 answer

Run a build configuration in Teamcity using the Rest API

I used to use Jenkins for CI and could trigger a job via the REST api. I'm currently using TeamCity 8 and want to try and do the same thing... I can find the build configuration I want…
Paul D'Ambra
  • 7,629
  • 3
  • 51
  • 96
0
votes
1 answer

Specific revision of VCS root for checkout in teamcity

I have the checkout rules applied in my TeamCity(v8.0.6) step to grab some files from the repository. There is a VCS root configured for the SVN repository. I would like to checkout files from the specific svn revision. Is it possible? Now it is…
jotbek
  • 1,479
  • 3
  • 14
  • 22
0
votes
1 answer

TeamCity checkout only the branch with the latest changes

it's possible to define a VCS Checkout rule like +:PathToSvn/branches => . and check out only the branch with the latest changes? So you don't know the name of the branch beforehand. Thanks
user2250152
  • 14,658
  • 4
  • 33
  • 57