hudson-plugins

Trigger periodic job in Hudson only if last execution of another job is successful

I have a job NIGHTLY that runs one time each night by a periodical timer. Now I want to change so that the NIGHTLY job is only run if the last execution of another job FOO in Hudson is successful. Note: Job FOO is run many times each day and is triggered by SCM. NIGHTLY should only be run one time per night and at a specific time. ...

Plugin does not exist or no valid version can be found error

I have downloaded the complete source of hudson jira API plugins and am trying to build it by mvn install. The jira plugin gets build properly, but when it tries to build the hudson plugin, I am getting the error [INFO] The plugin 'org.kohsuke:access-modifier-checker' does not exist or no valid version could be found. The access-modifi...

hudson - how to convert absolute path to URL in log files

In our unit tests we write messages which refers files under workspace. Example below Please check reference file 'c:\hudson\jobs\testproject\workspace\buildarea\testdata\golden.text` The path "c:\hudson\jobs\testproject\workspace" is the project workspace. It is available via hudson URL. It will be nice to have message to have the U...

Unable to get email-ext.hpi to work in hudson

I have just setup hudson and have begun playing around with it. I have downloaded the email-ext.hpi into the the folder $HUDSON_HOME\plugins I have restarted hudson post-step1 ( i am following this manual method as i am unable to use (for proxy setting reasons) the automatic way of installing plugins via the "Manage hudson" page. I do...

Hudson: "missing the Extended Read permission"

Hi, I log into hudson as an admin but the left hand column remain the same as a normal non-admin user. I have tried - Delete the account and create new one with all the admin rights. delete all cookies Tried on different browsers Type in the link for the configuration page, which throw a "missing the ExtendedRead permission" error. ...

Where does Hudson store its last synchronized Perforce changelist number?

One of our Hudson build systems is not automatically starting its jobs since we switched it over to a different Perforce server. The polling log reports: Last sync'd change was nnnnnn Where nnnnnn is a changelist number from the old server. The new server has lower CL numbers, which causes the problem. How do I adjust the CL number t...

how do I get the username of the user who started a build in hudson

I'm using the groovy post build plugin. http://wiki.hudson-ci.org/display/HUDSON/Groovy+Postbuild+Plugin I'd like to access the username of the user who started the build. What is the correct variable for this? ...

selenium remote control vs webdriver

I'm not sure I quite understand the difference. WebDriver API also directly controls the browser of choice. When should you use selenium remote control (selenium RC) instead ? Right now my current situation is I am testing a web application by writing a suite with Selenium WebDriver API and letting it run on my computer. The tests are g...

hudson plugin: add mutli-user functionality ?

Is there a hudson plugin to add multi-user functionality ? Users can create new account and run their own remote tasks. Users can stop, delete, kill their tasks. Also, is there a way to control what the user sees ? ...