teamcity

TeamCity with npm - Error: ENOENT, stat 'C:\Windows\system32\config\systemprofile\AppData\Roaming\npm'

喜夏-厌秋 提交于 2019-12-22 07:04:39
问题 I'm having serious problems getting the last pieces of my TeamCity configuration in place. I have a powershell step that executes the following commands: & npm install & grunt build logging the following output: Build (Powershell) (1s) [13:18:08]PowerShell Executable: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe [13:18:08]Working directory: C:\BuildAgent\work\6a434ee5d01fd0d9 [13:18:08]PowerShell arguments: [-NonInteractive, -ExecutionPolicy, ByPass, -File, C:\BuildAgent\temp

Which continuous integration server is able to queue jobs?

江枫思渺然 提交于 2019-12-22 06:57:07
问题 Use case: CI server polls some VSC repository and runs test suite for each revision. And if two or more revisions were commited, even in a relatively small time interval, I want the CI server to put each of them in queue, run tests for each, store the results, and never run tests again for those commits. And I don't want the CI server to launch jobs in parallel, to avoid performance issues and crashes in case of many simultaneous jobs. Which CI server is able to handle this? My additional,

How can I output messages from FinalBuilder that will be captured by TeamCity?

霸气de小男生 提交于 2019-12-22 06:49:20
问题 I'm running TeamCity Professional 4.5.3 and FinalBuilder Pro 6; TeamCity's running the FinalBuilder project using a command-line task. How do I get FinalBuilder to print messages into the build log, so that TeamCity will capture them? The TeamCity documentation is clear enough but I can't find any way to output the required values from FinalBuilder - do I need to call echo as a DOS command, or run a tiny snippet of script, or something? 回答1: Use the Run Script action (Javascript) : Action

How can I pull artifacts from TeamCity?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-22 06:45:05
问题 I would like to pull artifacts from teamcity. I've been trying to use c# and the HtmlAgilityPack to goto the website and find the latest version and its artifacts. I'm currently stuck at the login, I think I just need to be sending Session Cookies out. Am I going in the right direction, has anyone else tried this? I realize that pushing files out with the build scripts is easy but I'd like to minimize changes to the Ant,NAnt files since I'm looking at scaling this to 100 apps. Edit: this

Build error when signing with snk key

耗尽温柔 提交于 2019-12-22 04:38:25
问题 Build error is occurring since using Visual Studio 2015. When building in Visual Studio 2015 this is occurring rarely. When building in TeamCity this occurs very often. [Error in Visual Studio 2015] Error extracting public key from file 'CompanyName.snk': The process cannot access the file 'C:\Users\UserName\AppData\Local\Temp\tmp2FF6.tmp' because it is being used by another process. CompanyName.Project.DAL D:\Projecten\CompanyName\Repository\Source\Components\CompanyName.Project.DAL\vbc http

TeamCity Username / password

北战南征 提交于 2019-12-22 04:06:41
问题 Hi I installed teamcity longtime ago, on my home computer. I am trying to re-use it again now, but I forgot the admin username and password Is there a default admin user name? and how can I get the password? Thank 回答1: Ok, so you've forgot username and password in your teamcity instance. How to reset password : described here. How to get username : go to the teamcity data directory open config\database.properties file there is connectionUrl property which points out to database which stores

Is it possible to specify when a Build Feature is to be run?

淺唱寂寞╮ 提交于 2019-12-22 03:24:08
问题 TeamCity 8.1.4 (build 30168) I notice that Build Features are always run as first part of first step in the Build Steps, but is it possible to make a Build Feature run e.g. as first part of step2? Or as last part of Step1? Any help is appreciated! (If it is of interest, this is my concrete problem; I have a meta runner that creates a specific build number, I use this as a first step in the build steps. I want to use the build feature "AssemblyInfo patcher", but this runs before the meta

Nuget restore fails for ASP.NET Core 2.0 project on build server

谁说胖子不能爱 提交于 2019-12-22 03:21:45
问题 I am trying to build an ASP.NET Core 2.0 application for .NET Framework 4.6.2 (not .NET Core) with TeamCity on Windows Server 2012R2. The following components are installed in the server: Microsoft .Net Core SDK - 2.0.0.0 Microsoft .Net Framework (4.5.2, 4.6, 4.6.2) Microsoft Build Tools (2013, 2015, 2017) Windows SDK 10.0 ... TeamCity uses nuget version 4.1 and the solution file to restore dependent packages (see full log below for details). Error: [22:57:51] [22:57:51]Errors in C:\path\to

fatal error: 'Fabric/Fabric.h' file not found

社会主义新天地 提交于 2019-12-21 20:48:20
问题 I am working on xcode 6.3.1, OSX 10.10.3 and I have configure crashlytics successfully with my local system. it work fine and it release the build via fabric app. But when I transfer same codebase to teamcity it was showing me following error fatal error: 'Fabric/Fabric.h' file not found fatal error: 'Crashlytics/Crashlytics.h' file not found After investigation, I found that following unknown issue in my teamcity server. Teamcity got the source from git and when I see the source code in

fatal error: 'Fabric/Fabric.h' file not found

你说的曾经没有我的故事 提交于 2019-12-21 20:47:01
问题 I am working on xcode 6.3.1, OSX 10.10.3 and I have configure crashlytics successfully with my local system. it work fine and it release the build via fabric app. But when I transfer same codebase to teamcity it was showing me following error fatal error: 'Fabric/Fabric.h' file not found fatal error: 'Crashlytics/Crashlytics.h' file not found After investigation, I found that following unknown issue in my teamcity server. Teamcity got the source from git and when I see the source code in