Build descriptions and titles

2012-08-23 Thread Ari Maniatis
I am confused by the plethora of build descriptions and titles. You can: Option 1 * Click on the build * Choose "add description" from the right * Enter a description in a large text box * This description appears in the list of builds. It also changes the title bar at the top of the page. The

Re: Doxygen publish fails because of java exception

2012-08-23 Thread Mark Waite
That stack trace and message is somewhat similar to a message recently reported by Sami Tikka.  It is not exactly the same (no mention in Sami's message of the UnsatisfiedLinkError).  Both seem to involve the creation of symbolic links from Java. You can read the two messages in that thread at 

Jenkins Android Emulator plugin is no longer working

2012-08-23 Thread Sam Xiao
Hi all, I updated the Android SDK in my build machine, so I can now run ICS emulator image, but now Jenkins is failing to launch Android Emulator with it. This very same machine + setup used to work well with my Gingerbread setup. Not sure what's the issue, but here is the log I got. Is ther

Re: kill all jobs/empty the queue?

2012-08-23 Thread Sami Tikka
See http://scriptlerweb.appspot.com/script/show/59001 -- Sami phil swenson kirjoitti 23.8.2012 kello 20.02: > works great. can't find anything for killing all the current jobs though. > > But this helps, thanks! > > On Wed, Aug 22, 2012 at 5:26 PM, Jesse Farinacci wrote: > Greetings, > > O

Re: How do I prevent Workspaces from being automatically deleted.

2012-08-23 Thread krishna chaitanya kurnala
You can use Discard Old builds in Job Config Page. There are other interesting Plugins to do the same as Well. For Example, Create Job Advanced Plugin thanks, Krishna Chaitanya On Thu, Aug 23, 2012 at 10:46 AM, W. Grace Lee wrote: > Is there a way to configure longer keep time for a workspace

Re: combine periodic build and "Build after other projects are built"

2012-08-23 Thread David Gang
Thanks for your reply. So, when i combine the two condiions (time and trigger), both have to be true in order that the job will run. Thanks David On Thursday, August 23, 2012 1:27:33 PM UTC+3, cjo wrote: > > You can set multiple triggers on a project, > > So just set both the "Build after other

Re: Jenkins and Ivy

2012-08-23 Thread Frank Mundt
I'm using the Jenkins workspace to control the ivy cache folder. In the ivysettings.xml: Since the project name is part of the workspace, you will be ok. As to your other questions on the cachepath and cachefileset these are specific to each project build execution. You won't have any concur

RE: Doxygen publish fails because of java exception

2012-08-23 Thread Lars Nordin
More info. Here is what the build slave log has for that job: Aug 23, 2012 12:38:49 PM hudson.plugins.doxygen.DoxygenDirectoryParser getDoxyge nGeneratedDir INFO: Created filepath with the following path:/home/builduser/workspace/job/build/html Failed to load native POSIX impl; falling back on Ja

Re: How do I prevent Workspaces from being automatically deleted.

2012-08-23 Thread W. Grace Lee
Is there a way to configure longer keep time for a workspace (job)? -- View this message in context: http://jenkins.361315.n4.nabble.com/How-do-I-prevent-Workspaces-from-being-automatically-deleted-tp956386p4638503.html Sent from the Jenkins users mailing list archive at Nabble.com.

Re: kill all jobs/empty the queue?

2012-08-23 Thread phil swenson
works great. can't find anything for killing all the current jobs though. But this helps, thanks! On Wed, Aug 22, 2012 at 5:26 PM, Jesse Farinacci wrote: > Greetings, > > On Wed, Aug 22, 2012 at 7:21 PM, phil swenson > wrote: > > When you have a bunch of jobs that are queued up and destined t

User Priorities?

2012-08-23 Thread Andrew Melo
Hello, In our installation, we have a lot of auto-generated jenkins jobs (for things like testing pull requests), but sometimes the total # of auto-requests starves out executors for users wanting to run manual tests. Is there a way to prioritize (or de-prioritize) the user that runs the automated

Windows logoff kills Jenkins jobs

2012-08-23 Thread Craig
Hi, I have windows server running jenkins, also users are logging in to use it. The Jenkins jobs are python scripts that eventually call Matlab. Jenkins is running as a service, with it's own user account. When users log out of the server the Matlab program is killed prematurely, which seem to b

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-23 Thread tomge
Hi Fred, Thanks a lot for your help! I finally manage to make it work, with windowtest pro 3.7, it might be problem with version 3.6. Really appreciate it!!! /Tao On 22 August 2012 16:51, Fred G wrote: > Hi Tao, > > We currently still use an Ant script to start our tests. > > I did some ex

Build delete or discard action

2012-08-23 Thread Martin Kaul
Hi, After successful build of a job I deploy the executables to a server. In the job settings I configured “Discard Old Builds” with 7 maximal builds to keep. I want now to delete the deployed items on the server automatically when the corresponding build in Jenkins is discard or deleted. To do

Re: combine periodic build and "Build after other projects are built"

2012-08-23 Thread cjo
You can set multiple triggers on a project, So just set both the "Build after other projects are built" and the "Build periodically" on the project. Chris, On Thursday, August 23, 2012 10:02:46 AM UTC+1, David Gang wrote: > > Hi all, > > I have a job which i want to run on 2 specific days in

combine periodic build and "Build after other projects are built"

2012-08-23 Thread David Gang
Hi all, I have a job which i want to run on 2 specific days in a week. On the other hand it has to be run after another job is run (which is run every day). I want somehow to combine the periodic build with the option to run this project just after the other project was run at the same day. How d