teamcity-9.0 Questions
10
I installed TeamCity on Windows Server 2012. It has been working fine setting up a few builds. I then attempted to install some plugins by putting .zip files in the ~/.BuildServer/plugins folder. I...
Carrell asked 17/7, 2015 at 16:3
2
I want to create meta-runner that will ask user to check checkbox ('prompt' configuration parameter) to confirm deployment to production.
It contains PowerShell script that validate if checkbox is ...
Catacaustic asked 10/11, 2015 at 14:1
2
Solved
We have installed TeamCity on an OpenSuse machine. the version of TeamCity is 9.1.3.
I have installed JDK 1.8 on the server but I am not using it as default Java. I want to update every Agent to b...
Tendency asked 2/3, 2018 at 8:54
2
Solved
I have a TeamCity build configuration A and B, where B is dependent on A. I need to pass a parameter from B to A when B is triggered.
This is related to question: Override dependencies properties ...
Kartis asked 16/6, 2016 at 10:57
3
Solved
I have a build configuration containing two build steps "Build" and "Deploy".
This build configuration is using a Git VCS and is configured to run all branches.
Let's assume that I currently have ...
Upset asked 20/5, 2015 at 20:16
2
Solved
This is a more generic version of this question: How to run a build step on a specific branch only?
For example, I can use a PowerShell script to run MSBuild if '%teamcity.build.branch.is_default%...
Aragats asked 15/10, 2015 at 21:12
3
From my observations around how TeamCity works, I noticed that build failure conditions are evaluated after all the steps are done executing. This is quite annoying because I can't have a step whic...
Creswell asked 16/2, 2016 at 18:19
1
Recently, I have moved to new server and installed latest Teamcity version 9.1. I want to import the same data into new installation but unable to connect to existing database.
Followed the follow...
Gastrulation asked 28/7, 2015 at 12:0
2
Solved
I've created a Team City build to build the feature branches:
Default Branch: refs/heads/development
Branch Specification: refs/heads/feature/*
I have a vcs trigger so it builds for every git pus...
Hornblende asked 17/9, 2015 at 13:47
2
How do I change the build configuration template for a project?
Previously my TeamCity project was using a generic build template which is used by 5 other projects. I created a new template by cop...
Sarcoma asked 7/9, 2015 at 12:15
3
Does anyone know if its possible to copy a VCS Root in TeamCity? The normal trick of going into the edit page and dropping down the Actions combo doesn't work, only has Move as an option.
Macarthur asked 3/6, 2016 at 11:3
2
Solved
How can I disable auto-restart tasks in TeamCity after a failed build? I can't find this option anywhere.
I saw only one message in Overview section after auto-triggered build: "Re-added because o...
Fanjet asked 20/7, 2015 at 15:42
2
Solved
I'm using TeamCity 9.0.2. I have one project with many configurations. Up until now, it's always seemed to order my build configurations alphabetically. Then I accidentally clicked on the x on the ...
Mydriasis asked 21/4, 2015 at 16:42
1
I'm trying to build my solution using TeamCity / MSBuild.
It's a WebAPI project which shares some entities in a PCL with a mobile client.
I see there are a few caveats around getting the PCL refe...
Puto asked 22/7, 2016 at 11:44
4
I am using TeamCity on ubuntu (TeamCity Professional 9.1.7 (build 37573)). And having some problems with automatic merges lately (git).
I haven't changed anything in the configuration from when it ...
Baud asked 11/7, 2016 at 7:25
1
Solved
I've been doing updates to .NET Framework targeted versions of projects updating to latest .NET (4.6.2).
Some of these projects are NuGet packages, built in TeamCity 9.0.2.
I've use the steps in ...
Modulate asked 14/10, 2016 at 15:21
2
Solved
I want to set the value of 'teamcity.build.branch' dynamically according to the result of another TC build configuration part of the build pipeline.
Is that even possible? It looks like the value ...
Turne asked 23/9, 2016 at 9:52
2
Solved
I have the following parameter defined in Team City:
I want to pass this parameter into a powershell script I have (that will update the xml file with the version number).
But this inserts th...
Sleeve asked 25/8, 2016 at 22:24
3
Is there a way in teamcity to restore a deleted build configuration. I found Restore just deleted project which is about restoring a deleted project but can't find any information about restoring a...
Pavlov asked 3/12, 2014 at 11:15
2
I want to accomplish following via teamcity in my CI box.
Master branch commit : Build and Release
Beta branch commit: Build and Release to Crashlytics
All other commits to any other branch: Buil...
Thruster asked 30/12, 2015 at 21:29
2
I have a parameter for which I'm showing a prompt. I've set a default value for it and that works fine.
What doesn't work, however, is that if I choose to enter a different value when running the b...
Retiarius asked 23/11, 2015 at 10:57
2
Solved
We are using TeamCity to produce *.nupkg artifacts which we don't want to be cleaned up. TeamCity provides a field where you can specify an ANT-style pattern for indicating which files you do or do...
Drawer asked 29/10, 2015 at 14:57
2
Solved
I made the following xUnit test which is using a HttpClient to call a status api method on a webserver.
[Fact]
public void AmIAliveTest()
{
var server = TestServer.Create<Startup>();
var...
Gamma asked 14/8, 2015 at 8:45
1
Solved
We are using Teamcity 9.0.3 and we try to run gradle build with tests. But, it failed with the following exception:
[15:25:41][:test] Failed to find flowId for [com.stub.AppTest]
[15:25:41][:test]...
Arria asked 5/8, 2015 at 12:32
1
Solved
I've been struggling with authentication in TeamCity through the API lately. I can access the resources directly in my browser (http://usr:pw@teamcity:8111/httpAuth/app/rest/...), but doing so prog...
Huron asked 29/6, 2015 at 13:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.