I have a Python project building with Hudson. Most unit tests work correctly, but any tests 开发者_Go百科that require writing to the file system (I have a class that uses tarfiles, for example) can\'t
Our Continuous Integration process appears to be executing programs that are in contention for for files.During the build, certain pdb\'s aren\'t able to be copied because they are in use by another p
I have set up a build with Teamcity. See my build file below. When the build is succesful and the tests pass, the build process just runs again and again indefinitely in a loop.
We are a mostly MS shop at work doing .NET LOB development. We also use MS Dynamics for our CRM app... all the devs are currently using VS/SQL Server 2008. We also use VSS, but everyone hates it at wo
I have a separate build configuration used to deploy built files. This configuration usescommand line build runner. I have a bat file that copies output files to another computer share. The output fil
I have the msbuild plugin installed on my Hudson server, and it\'s attempting to execute the command, but for some reason the path I\'m setting in my configuration is not being used when the msbuild t
We\'re trying to define a TeamCity project for a release tag. When we\'re ready to release, we tag trunk with a tag that includes the version number. We want the build process to checkout based on thi
I\'m trying to stand up a Hudson CI server. I\'m following an article written here. I\'ve gotten the server to stand up successfully by itself, but when I go to install the plugins all the plugins fai
I\'m completely new to TeamCity and I\'m using a simple Visual Studio 2008 solution to learn it. My solution has 2 projects: ConsoleA开发者_开发百科pplication1 and ClassLibrary1.
Im working to set up an good continuous integration with a branching and trunk structure. But how sh开发者_高级运维ould we think?