|
Hudson's real top page lives in https://hudson.dev.java.net/ and link to three pages in the Wiki NewsDo you blog about Hudson? Do you have any interesting URL to share with Hudson community? Check out our News Aggregator.
Releases
What's new in this Wiki?
|



Comments (5)
Jan 23, 2008
Anonymous says:
When can I expect the Tutorial for Writing javancss Hudson PlugIn to be continue...When can I expect the Tutorial for Writing javancss Hudson Plug-In to be continued?
Aug 27, 2008
manjit says:
I have an issue with hudson when it tries to checkout source files for a project...I have an issue with hudson when it tries to checkout source files for a project from CVS. Let's say I've a project abc under xyz main directory. I need to check out abc directly, not as xyz/abc, using a tag TAG_1 in CVS. I am not able to do so. Is there any additional configurations we can do to achieve the same? One work around I've found is to have the files checked out using other third-party CVS tools and have hudson use these files for a build. But I guess, hudson should be able to manage all these by itself.
Suggestions are warmly welcome.
Thanks
Feb 26
Harish M says:
How easy to invoke other tools like IPSl from Hudson? If not, is it easy from Hu...How easy to invoke other tools like IPSl from Hudson? If not, is it easy from Hudson to communicate with some port say X of some server? Data flow will be in the XML format or SPML?
Any information regarding this would be appreciated.
Thanks
Mar 11
thao pham says:
Is there any way to get the compiler error\s\ written into the hudson build fail...Is there any way to get the compiler error[s] written into the hudson build failure email? i.e. can we have the console output include in the notify failure email?
Jun 01
Carolyn Teo says:
Hi Hudson Users and Experts,\\ I have this issue that I have not been able to so...Hi Hudson Users and Experts,
I have this issue that I have not been able to solve for some time.
I have 2 jobs:
- Both are normal Ant Jobs that pulls out of Subversion
The issue here is:
One of the jobs has a Customized Jumpstart in the repository and the Hudson Build will also build this jumpstart.
However, everytime this Job builds, any subsequent builds that uses Jumpstart will start pointing to the customized Jumpstart in that particular build. This causes all other builds to fail because of the specific customized Jumpstart settings.
Things Tried:
- Setting Environment Variable JUMPSTART_HOME to point to Generic Jumpstart in Hudson (The Job using the customized Jumpstart will fail to build)
- Pass in JUMPSTART_HOME as a variable to the jobs for the build. (Does not work)
- Getting the build.xml to pick up the JUMPSTART_HOME variable from the system (Did not work unless Hudson Env Variable is set)
Seeking your Advice since there's not much documentation on this Item:
Thanks!