continuous-integration
How to get Hudson to correctly build multiple modules changed by a single commit
Consider a Maven project with multiple interdependent modules: let\'s say, three jar modules A, B, and C, which are dependencies for a war module Z. I have a separate Hudson build for each of these mo[详细]
2023-04-09 22:54 分类:问答When to Use Gated Check-In?
I am using TFS 2010. Currently I use Gated Check-in build on the trunk (MAIN) branch only. And, I use CI on DEV and RELEASE branches.[详细]
2023-04-09 10:19 分类:问答Using MSBuild to buld a solution (.sln) with many projects in how can I make each project build into its own folder?
I am trying to create a simple build process for a quite complex (many projects) vs2010 solution. I wish for a folder structure such as this[详细]
2023-04-08 17:47 分类:问答Ruby not properly understand what gems are installed when running from Jenkins?
I have a Jenkins job that is supposed to run. The job description is as follows: SVN update the workspace repository[详细]
2023-04-08 15:18 分类:问答Best strategy for automating multiple builds from a single white-label xcode project?
I\'m researching the best approach to automating our build process. I\'ve got my own ideas (through experience on a previous non-iOS project) but need good arguments for and against various possibilit[详细]
2023-04-08 06:05 分类:问答Running heroku rake db:migrate from a Jenkins build fails
In my Jenkins build, the last step is to push to heroku and run a db migration. The git push works fine, and the app gets deployed, but I\'m having trouble running a db migration. Below is the console[详细]
2023-04-07 21:17 分类:问答Is Hudson a mature continuous integration tool now?
I have searched the SO site for questi开发者_如何学运维on about Hudson but some of it are a little dated now say 2 years or more.Some comments link Hudson as \'newbie\' ing the CI Field[详细]
2023-04-07 19:13 分类:问答Hudson: Builds of multi-module maven project fail, then immediately succeed again
I have a multi-module project where the top level project serves both as the parent of the individual modules and as the project that declares the modules. Only this top level project is configured in[详细]
2023-04-07 18:00 分类:问答How to build a pipeline of jobs in Jenkins?
In my project, I have 3 web-applications, all depend on one all-commons project. In my Jenkins server, I built 4 jobs, all-commons_RELEASE, web-A_RELEASE, web-B_RELEASE and web-C_RELEASE.[详细]
2023-04-07 15:53 分类:问答Adding customized functions to Buildbot
I have written a function in python and I would like to have Buildbo开发者_C百科t to execute this function[详细]
2023-04-07 07:32 分类:问答