hudson

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...

How to: project based authorization in Hudson

Hi, i was wondering how the "projectbased matrix" authorization should work in Hudson. Due to the help text, it should enable one to give users different accesses to different projects. But if I enable this I get the same table as normal matrix authorization and I don't see anywhere to set on/off privileges to specific projects. How ...

creating ipa file using command line with code signing

Hi I am trying to create an ipa file using xcode command line including signing. i tried searching for it, i got the commands to create ipa with out code signing. i need the commands mainly to integrate with hudson CI. Please suggest. -Prahasa ...

Why has Hudson appeared to delete all of my jobs after an update?

I have am running Hudson on Ubuntu in a VM, and had a couple of jobs configured. I have just installed the latest updates through Ubuntu's update manager, which included a new version of Hudson. However, after rebooting and viewing Hudson, it appears that my jobs have been lost - they don't show up in the Hudson UI, and I can't find th...

Hudson failing build w/o revealing cause

Every build has failed as of Tuesday. I'm not exactly sure what happened. The Phing targets (clean/prepare) are being executed properly. Additionally, the unit tests are passing with flying colors, with only a warning for duplicate code (not a reason for a fail). I tried removing the phpDoc target to see if that was causing the error...

Configure or Create hudson job automatically

Hi All, Is there any way to create new Hudson job by one more Hudson job based one previous Jobs? For example if I need to create new bunch of jobs one by one, Automatically create 4 jobs with similar configuration with different parameter Basically steps like this create SVN branch I can call svn cp command and make it parametrize...

Hudson build always end up in "java.lang.OutOfMemoryError: Java heap space" error

Hi All, I'm having problem with the Hudson build slave which has got Windows XP 4 GB RAM and in the batch file to call the JNLP I have specify like the following: javaws -J-Xms1280m -J-Xmx1024m http://hudson-master.domain.com:8080/computer/Exige/slave-agent.jnlp why i can't give it more than 1 GB ? any help and suggestion would be ...

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. ...

Hudson git commands are *incredibly* slow

I have installed msysgit, and I am attempting to use it inside of Hudson. Whenever I run a command in an interactive shell, whether it be git-bash or a command prompt, the commands are instant. When I run them in Hudson, they lag for a very long time. Running /bin/git help took 63 seconds when I just invoked it. I've never waited long e...

Passing the Maven Debug Flag from Hudson

I'm having an issue with a maven build in hudson. This issue would be fairly easy to resolve if I could see the output of maven with the -X flag passed in. However I can't find a way to do this. If I specify "-X" in the "Goals and options" field of the "Build" section in the job configuration my console output looks exactly the same a...

Using Ivy to specify Web URL for javadoc

===Updated=== I'm going to try and re-word this to elicit more response. Does the javadoc artifact in Ivy have to be a jar or zip file? Or can I define the artifact to be a URL similar to http://download.oracle.com/javase/1.5.0/docs/api/? I know you can define an Ivy artifact as a url to download the file from, but that is not what I wa...

PHPUnit code coverage generation causing memory exhaustion

I'm currently using Zend Framework in conjunction with PHPUnit to conduct unit testing on an application. When Hudson executes the PHPUnit shell command, the maximum PHP memory limit is reached sometime during code coverage generation. I currently have a total of 41 tests with 334 assertions. I have successfully eliminated this error ...

Hudson -CI Screen saver setup

HI , Is there any I can setup a screen saver with the list of projects running in hudson which indicates the status of the project. Say the part of the screen saver indicates green for projects got succeded , and shows the red if the project is failed to build. Probably the screen saver must be partitioned to multiple projects !!! ...

Clearcase hudson issue

I have configured ClearCase plugin in Hudson . I created a project , by giving new hudson_view_name as view name for the Hudson project and provided config spec. I identified in my view storage directory it is creating multiple folders related to the view. like , hudson_view_name.vws hudson_view_name.1.vws hudson_view_name.2.vws ...

Hudson slaves failing to start on Windows XP: java.net.SocketTimeoutException

I have bug troubles (re)starting Hudson slaves on Windows XP machines that are located on a different campus (not so close to the hudson server, still the network speed is decent and reliable - do get ~400-800 KB/s on test). Hudson server is running on OS X under Tomcat. hudson-slave.err.log: Exception in thread "main" java.net.Socket...

Saving Git SHA1 when building with Hudson similar to the CVS_BRANCH tag for CVS.

We have migrated from CVS to Git. Our Hudson build script used to save the value of the CVS_BRANCH environment variable in the generated build along with the Hudson BUILD_ID to allow for later investigation. I cannot figure out how Hudson (or the Git plugin) presents the Git SHA1 name of the current commit to the ant script, as I canno...

Problem with SAX

Hi , I'm having the code below.. System.setProperty("http.proxyHost","176.6.129.25") ; System.setProperty("http.proxyPort", "8080") ; Authenticator.setDefault(new MyAuthenticator()); //http://deadlock.netbeans.org/hudson/api/xml *URL url = new URL("http://in8301782d:8080/api/xml");* ...

Hudson taking long time

All, I have a Hudson running fine, but I wanted to get exact similar setup in another test machine so I tried following steps: Copied hudson_home from my current server to test server (Environment is identical to my current machine), with all jobs. Plugins and builds as well. I restarted the Hudson and Tomcat but and its trying to acc...

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...

Have Hudson call multiple exec:java with profiles

Hi, I have a maven pom in which I've define some profiles. Each profile defines its own configuration for executing an exec:java goal. This exec:java invokes a java program that will do some work, which does not relies upon artifact compilation (but what I find very useful to put in maven pom). What I would like to do is have Hudson co...