We are seeing relatively long build times on our CI server (hudson) and they\'re starting to get in our way. I am aware hudson does more than invoke maven and I would happily grant it 10-20% more time
I\'ve been having an issue with Hudson on windows. Whenever I update Hudson or a plugin I get the option to restart when no jobs are running.
I have a set of unit test projects (one per customer), a set of config projects per customer, and a core Java. The unit tests are just JUnit tests, the config projects are just customer-specific xml f
I have a straightforward Maven2/Spring project. Locally in Intellij all the tests run fine, however on the build server (Hudson), the application context won\'t start because test-context.xml can\'t b
目录基本思路1、jenkins安装maven依赖2、git安装3、Jenkins中新建任务3.1 git配置3.2 maven配置3.3 pom.XML配置3.4 build4、自动化发布到测试服务器并自动执行(Test-server)4.1 安装Publish Over SSH插件4.2 修改Pos
I recently updated the configuration of one of my hudson builds. The build history is out 开发者_如何学Pythonof sync. Is there a way to clear my build history?
I 开发者_Go百科accidentally deleted some builds for a job that I would have rather kept. I restored the builds on disk from backup, but they still do not show up when I am on the status page for that
I\'ve got an existing Hudson project that is configured and working. I need to duplicate the project so that I can have the original and then change the new one so that开发者_如何学Python it points
I have just installed Hudson on a Weblogic server and I am having issues with the nodes going off line due to the Free Temp Space falling below the 1gig threshold. Now I have checked my /tmp folder (t
I\'ve used the Simple Promote Plugin in Jenkins and it set my build to \"keep this build forever\". Is there any way I can delete it?