|
Hudson's real top page lives in http://hudson-ci.org/ 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?
Recently Updated
|

Comments (17)
Jan 23, 2008
Anonymous says:
When can I expect the Tutorial for Writing javancss Hudson Plug-In to be continu...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, 2009
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, 2009
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, 2009
Carolyn Teo says:
Hi Hudson Users and Experts, I have this issue that I have not been able to sol...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!
Jul 05, 2009
Venugopal Shenoy says:
When is the planned release of NCover PlugIn ? Also there are several issues, r...When is the planned release of NCover PlugIn ?
Also there are several issues, related to JMeter graphs
like the Min & Max is swapped
Also the number of errors are not plotted, when the job is shown as failed.
Sep 03
Rohit Bhagat says:
I am in phase of implementing hudson for the build automation. I am using some s...I am in phase of implementing hudson for the build automation. I am using some shell scripts to perform one of the build step. Cancel build operation (in the middle of build process) leads to the build in illogical state. Is it possible to restrict users to use cancel build operation?
Sep 27
Hteswar kumar says:
Hi Team, I am looking for command which can give us information about curr...Hi Team,
I am looking for command which can give us information about currently running jobs and job id at hudson.
So that I can use this command in my perl script to get running job .
I would be great help for me and appreciate if anyone reply .
few inbuild commands are below but not to get running job and job id,
C:\>java -jar hudson-cli.jar -s http://jptomsw112:8080/hudson/ help
groovy
Executes the specified Groovy script
disable-job
Disables a job
delete-job
Deletes a job
copy-job
Copies a job
enable-job
Enables a previously disabled job
version
Shows the Hudson version
create-job
Creates a new job by reading stdin as a configuration XML file
help
Lists all the available commands
clear-queue
Clears the job queue
groovysh
Runs an interactive groovy shell
restart
Thanks,
Oct 07
Eduard Martinescu says:
Looks like there is a problem with the Document links on the left hand nav, here...Looks like there is a problem with the Document links on the left hand nav, here on the wiki. At least for me, they all link to the JA version of the documents.
Oct 10
Jason Carter says:
Where do you submit bug reports? I found a few bugs within the different plugins...Where do you submit bug reports? I found a few bugs within the different plugins...
Oct 10
Kohsuke Kawaguchi says:
From the issue tracker link on the left navigation bar.From the issue tracker link on the left navigation bar.
Nov 17
Francois Cottet says:
Apart from submitting a patch to the issue tracker, what are the additional step...Apart from submitting a patch to the issue tracker, what are the additional steps to get the patch reviewed and integrated to trunk?
I find a way to request for a review, and a page describing the code submission process.
See https://hudson.dev.java.net/issues/show_bug.cgi?id=4847, pending for review.
Oct 26
Saniya Chopra says:
M using Linux master and Windows slave. I used JNLP to launch the slave on ...M using Linux master and Windows slave. I used JNLP to launch the slave on Windows. When I used the services.msc command this opened services window and from there I tried to start HudsonSlave service and there it gave the following error
Could not start the HudsonSlave service on Local Computer
Error1053: The service did not respond to the start or control request in a timely fashion.
Plz help me solve this error
Nov 02
LR says:
I want to specify a location for the repository files that get checkout off subv...I want to specify a location for the repository files that get checkout off subversion outside of "jobs" folder, so all jobs see and use the same location. Is this possible ?
Jan 07
creig smith says:
I am attempting to use the new email ext plugin. When I install the plugin I get...I am attempting to use the new email ext plugin. When I install the plugin I get this errorjavax.mail.MessagingException: Could not connect to SMTP host: mail.gmail.com, port: 22;
nested exception is:
java.net.ConnectException: Connection timed out: connect
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at hudson.tasks.Mailer$DescriptorImpl.doSendTestMail(Mailer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
It seems like its not getting threw. I put in a bogus password just to check and I got the same error. Any help would greatly be appreciated.
Jan 12
praveen says:
Hello All, Nice to see some intresting issues here and I dont know am i repeati...Hello All,
Nice to see some intresting issues here and I dont know am i repeating the issue here again but I have an issue below.I have configured SCM polling for perforce and for every 11:00 pm even there is no change it triggers and displays as below?Is this a right way? Or did I configure correctly?please suggest me.
Build #297 (Dec 28, 2009 2:01:03 AM)
Jan 18
custom essay writing says:
Nice interesting and useful site! Thanks a lot for providing such a great i...Nice interesting and useful site!
Thanks a lot for providing such a great information for free...
regards,
Waqas Ali Dogar
web designing company