Is there an API to determine whether a given job is currently running or not? Ideally, I\'d als开发者_如何学Co like to be able to determine its estimated % complete and get the details of the SVN rev
I\'m trying to write a plugin that provides users\' real name and email addresses from the data in our Active Directory. We use the ActiveDirectory plugin for authentication, which does not set these
Is there a command that will put the hudson in maintenance mode. I mean, before shutting down the Hudson we first need to click \"Prepare for Shutdown\" button in \"Manage Hudson\" UI page, is it poss
We have a production开发者_StackOverflow job and a nightly job for a project in Hudson. The production job needs to pull off some artifacts from a specific nightly build # (which is provided as parame
This question already has an answer here: Closed 12 years ago. Possible Duplicate: java OutOfMemoryError in hudson
Does anyone know how to search a Hudson server for the incremental log files that are generated from running reoccurring JUnit tests?The Hudson dash board will show the last twenty tests, but we are l
I\'m trying to write a little tool for myself that would integrate with Hudson build server. The current roadblock that I\'ve hit is performance. I\'d like to do a simple thing like have a list of all
Does anybody know of an easy way to export test results in Hudson?We have some integration tests that are failing intermittently and our executives would like an excel-style开发者_高级运维 report of t
Currently i\'m searching for a working method to upload a file + a field in the following confiuguration of Hudson. The current problem is that Hudson always complains about a form which should be sub
Part of our CI/continuous-test system needs to re-deploy build/test 开发者_运维百科nodes. so far I\'m marking them offline and then waiting for twice as long as a build usually takes...