This has been a fairly long-standing problem for us with our Hudson installation, and searching around the Hudson Wiki / Issue Tracker hasn\'t yielded any insight to this.
I\'m working with Hudson plugins. Jelly views are the most complicated thing for me. So the question is how to use JavaScript code in Jelly scripts?
I have the following project layout: WAR Project A Upstream Projects Dependency B Dependency C Dependency D
I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node with Java 1.5. The test was p
Is there a way to have开发者_运维技巧 my hudson slaves used by multiple hudson masters? A bit of background info:
I\'d like to setup the ability to rebuild from a specific revision.The default would be HEAD and a user could rebuild an old build (that had been removed).I\'d still l开发者_如何学Cike to leverage all
I want to setup two Hudson Masters on the same Hardware. This will make administering Hudson easier, since both servers are used by two开发者_如何学运维 different (and independent) teams.
I\'m running Hudson for my automated builds and love it. I\'d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
I use an ant file to build a java project in mercurial through hudson. The mailnine has a hudson job running just fine.
I\'m looking for a way to ignore changes under specified SVN folders in Hudson. It\'s the same thing as exclude folders in TeamCity and filters in CC.Net.