hudson-plugins
Hudson -- Windows execute windows batch command
I currently running the following commands on a hudson slave deployed on a windows machine. dir cmd mvn clean install[详细]
2023-01-08 13:21 分类:问答Hudson -- Dumb slave
I have been playing with Hudson slaves lately, I was wondering what a dumb slave is? and when is it beneficial to use?[详细]
2023-01-08 07:27 分类:问答Why am I getting this java.io.exception "Can't allocate memory" from Hudson?
Here\'s what I believe to be the relevant error message: Caused by: java.io.IOException: Cannot run program \"/usr/bin/git\" (in directory \"/var/lib/hudson/jobs/Goals/workspace\"): java.io.IOExcepti[详细]
2023-01-06 20:02 分类:问答Last Successful Artifacts List
I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where?[详细]
2023-01-06 01:56 分类:问答What are the most common and widely used plugins for Hudson, specially for Continuous Integration of ASP.NET Web Apps?
I searched around stackoverflow and 开发者_如何转开发could not find any relevant questions.This is a good primer for using Hudson with .Net:[详细]
2022-12-27 15:39 分类:问答Hudson plugin, Java error "... disagree on InnerClasses attribute"
I am trying to be able to step through the code of a Hudson plugin called SVNPublisher. I checked out the code for SVNPublisher, used Netbeans to open the project, and clicked \"Debug Main project\".[详细]
2022-12-27 14:38 分类:问答Version Control for Hudson Continuous Integration Build Jobs
We have a continuous integration server with over 40 jobs that are constantly changing.I would like to version control continuous integration build jobs in Hudson so we can roll back changes if we hav[详细]
2022-12-24 17:53 分类:问答Plugin to commit hudson build artifact
Are there any plugins available which will commit the build artifa开发者_如何学编程ct back to SVN?Unfortunately Svn Publisher is not really finished and requires quite a bit more work before I can use[详细]
2022-12-23 02:46 分类:问答Hudson cyclic dependencies
Is there a method of checking for cyclic de开发者_JAVA技巧pendencies between jobs in Hudson? It is simple to observe if A->B->A but if A->B->C->D->A then its almost impossible manually. Is there a plu[详细]
2022-12-22 04:40 分类:问答Hudson Subversion Release Manager Plug-in
Has anyone ever tried the Hudson Subversion Release managerplug-in? I don\'t see 开发者_StackOverflowthe releases link shown in the page after installing the plug-in.Under the configuration of the job[详细]
2022-12-20 22:30 分类:问答