I have written a shell script to build my project using hudson. I have put some comments that will be displayed on the console by using echo command. This will help me to debug the scripts if there a
I\'ve a server running a proprietary language on which I\'m able to run \"unit tests\" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results app
I have a Maven project that is a child project.It has many sibling projects and the job of this project is to get resources from the siblings and package them in a zip file using the antrun plugin.
The git plugin for hudson works well. However, the build script must update a version number in the files in the repository, commit, and push back to the repository.
We have a Hudson nightly matrix build that produces quite a few build artifacts (for several different platforms and oracle versions). I would like to create a downstream Hudson job that gets all the
We have the following requirements for our Hudson setup: We would like to directly link to all builds that have been executed
When I right click a project in NetBeans and choose Test, certain unit tests aren\'t running. If I right click the .java file that contains the unit tests and choose Test File开发者_开发知识库, the un
I\'m having trouble deploying my Web start to the web server due to permissions problems (reformatted):
I\'m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via
Is there any plugins can detect the build fails and then run next certain job? what i try to do is let hudson run one job after current job build successfully, run anothe开发者_如何学Gor job if curren