At the moment, we are running our automated (not CI as such) builds via FinalBuilder via a very simple homegrown Apache interface that just launches the FB scripts on our server. (I like FinalBuilder,
I have a build bash script running unde开发者_JAVA百科r Hudson build system, which writes its own log file. However, Hudson captures all the stdout and stderr of the build script it executes and displ
I have a simple batch file that calls MSBuild to build my Visual Studio solution, then runs the solution\'s NUnit tests, and then uses Wix to create an MSI. However I can\'t figure out how to stop the
I\'m in the process of writing a build script to automate build and release tasks. I have a Qt Creator project which has three configurations, two of which I want to completely rebuild from scratch wi
I need to write a script that can push a tag from a build server to a git server WITHOUT USING SSH KEYS.
I work on a .NET solution and I want to download source code and binaries from TeamCity. This is why I configured build artifacts. My configuration of the artifacts paths
I want to build a Maven project using Jenkins. However, the project only must be built if a certain file in the SVN repository has changed (and contains a special key)
I found a unusual behavior on Hudson. The Hudson jobs take around 25 minutes , where as when I run the same job locally, 开发者_Go百科it takes 9 minutes.
I have a single build controller with many build agents strewn across many build servers. Some build servers are more powerful than others (bett开发者_StackOverflow社区er CPU, more RAM, etc.). Withou
This is my first try with cmake and I would like to have, if possible, some feedbacks about what I did since some problems remain.