hudson-plugin-batch-task

How to allow multiple Hudson jobs with same name to run

I have a Hudson job with 2 tasks. If I start task A and then start task B while task A is still running, then task B will not start running until task A has finished. I have no locking on this job (i.e. "Locks" option is not ticked). How do I enable this job so that task A and task B will run simultaneously? ...

Getting the current logged-in user from an Ant task running in Hudson

I'm using the "Hudson batch task plugin" to kick off some ant tasks after a build has run to deploy the build to a remote box. As a part of the deploy the ant tasks writes a log record to a database. I'd like to be able to include the current user's username. Does anybody know if the user's login is available to ant scripts running in...