Home

Hudson's real top page lives in http://hudson-ci.org/ and link to three pages in the Wiki

News

Do you blog about Hudson? Do you have any interesting URL to share with Hudson community? Check out our News Aggregator.

Speed up your buildbox, Part III: Memory
This is the third part of a series on how to boost your build box without much effort. This episode talks about the effects of faster and more RAM.
Backup jobs for Hudson
Hudson has new version every week. Before migration I recommend backup jobs and plugins. For backup you can used my hudson-manager. It’s Ant script with some targets. Source you can see at http://gist.github.com/231775. In manager.properties you set directories and days after delete old backups. To run backup use cron with this parameters: 05 10,15 * * 1-5 /usr/bin/ant [...]
CMake Builder Plugin Reloaded
A few months ago I set out to build my first hudson plugin. It was an interesting, sometimes difficult journey which came to a good end with the CMake Builder Plugin, a build tool which can be used to build cmake projects with hudson. The feature set of this first version was somewhat limited since [...]
Cómo conseguir que Subversion avise a Hudson para lanzar una build
Hudson
Cómo instalar Hudson en Apache Tomcat

slave-status

Releases

What's new in this Wiki?

http://www.bestessays.com

Internet Marketing Consultant

Recently Updated
by Alan Harder (22 minutes ago)
Job Type Column Plugin (hudson)
by Mirko Friedenhagen (4 hours ago)
JSWidgets Plugin (hudson)
by Emeric Vernat (13 hours ago)
Monitoring (hudson)
by Tim Bassett (21 hours ago)
Tomcat (hudson)
by Ben Tomasini (22 hours ago)
Re: Perforce Plugin (hudson)
by Kohsuke Kawaguchi (20 Nov)
Automated Upgrade (hudson)
by Kohsuke Kawaguchi (20 Nov)
Amazon EC2 Plugin (hudson)
by Edgar Vonk (20 Nov)
Re: M2 Release Plugin (hudson)
by Pascal Gelinas (20 Nov)
Re: Static Code Analysis Plug-ins (hudson)
by Santeri Vesalainen (20 Nov)
Re: Synergy Plugin (hudson)
by Kohsuke Kawaguchi (19 Nov)
JNA is already loaded v. 3 (hudson)
by Kohsuke Kawaguchi (19 Nov)
Use Hudson (hudson)
by Andrew Bayer (19 Nov)
ClearCase Plugin (hudson)
by Michal Galet (19 Nov)
Re: Synergy Plugin (hudson)
by Tim Payne (19 Nov)
Dimensions (hudson)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. 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?

  2. 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

  3. 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

  4. 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?

  5. Jun 01

    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:  

    • Is there an issue with the build or is this a Hudson feature?
    • How do I keep the environment settings in each of these build separate even on the same Hudson Build Engine?

    Thanks!

  6. Jul 05

    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.


  7. 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?

  8. 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,

  9. 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.

  10. 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...

    1. 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.

      1. 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.

  11. 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

  12. 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 ?