Re: Execute Clean Up on Build Cancel

2013-05-03 Thread Paul Weiss
But how do you guarantee that the second job runs on the same slave as the first, unless you pin both jobs to a single slave? On May 3, 2013 12:12 AM, "Martin Ba" <0xcdcdc...@gmx.at> wrote: > On 03.05.2013 03:36, Eric Blom wrote: > >> Hello Everyone, >> >> We started using Jenkins about a year ago

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-30 Thread Paul Weiss
Rundeck looks interesting. It supports a use case that Jenkins doesn't, namely, running a job on _every_ slave. I would love to use this to, say, cleanup old workspace directories for Jenkins jobs that have been deleted. -P On Wed, Aug 29, 2012 at 12:32 PM, R. Tyler Croy wrote: > > On Tue, 28 A

Re: Downloading JDK from java.sun.com - 32 bit only?

2012-07-13 Thread Paul Weiss
Never mind. Figured it out. If the slave is running with a 32-java it downloads a 32-bit java, otherwise a 64-bit java. -P On Fri, Jul 13, 2012 at 9:55 AM, Paul Weiss wrote: > When configuring automatic JDK downloads, I'm only getting the 32-bit > versions. How do I get the 64-bit versions?

Downloading JDK from java.sun.com - 32 bit only?

2012-07-13 Thread Paul Weiss
When configuring automatic JDK downloads, I'm only getting the 32-bit versions. How do I get the 64-bit versions?

Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Never mind, when I read the code I see I can do this with a system property. I believe -Dhudson.slaves.WorkspaceList="=" will do the trick. -P On Mon, Jun 11, 2012 at 2:57 PM, Paul Weiss wrote: > ... > For me, "=" would be better. Is there any way to configure

Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Sounds perfect, thanks. -P On Mon, Jun 11, 2012 at 4:03 PM, Jason Swager wrote: > Take a look at > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > > The Throttle Concurrent Builds plugin has a feature to specifically > control how many concurrent builds can run on

Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
I see that when a job is run twice on the same slave, the workspace is given a name like "JOB@2". The problem is that there are applications that choke on filenames with a '@', notably Oracle's sqlplus, which is failing when I do something like: @ /slave-root/workspaces/JOB@2/input.sql telling m

Ignore svn:mergeinfo only changes

2012-06-05 Thread Paul Weiss
Is there any way to tell a Jenkins project to ignore changes that are svn:mergeinfo only? The use case is when you have a tree structure such as: projects/ project-a project-b and someone does an svn merge into projects that only modifies project-a. If project-b has existing svn:mergeinfo i

Re: Loading certain view tabs takes forever

2012-04-26 Thread Paul Weiss
information on that view. > > /Fatih > > On Apr 26, 2:07 pm, Paul Weiss wrote: >> I don't understand why this should be, but it happens to me quite >> often: I click a view tab and wait many, many, seconds for it to be >> loaded. This doesn't happen for the

Loading certain view tabs takes forever

2012-04-26 Thread Paul Weiss
I don't understand why this should be, but it happens to me quite often: I click a view tab and wait many, many, seconds for it to be loaded. This doesn't happen for the main view, nor does it happen for all the views, but in my case, it happens with a view that I use quite regularly. There is not

After 1.451 -> 1.456 upgrade, jobs are not dequeueing

2012-03-27 Thread Paul Weiss
After upgrading I have several jobs in queues that are just not dequeuing. If they are tied jobs the tooltip says "Waiting for next executor on ". If they are untied jobs the tooltip says "Waiting for next executor". I have executors available, both for the tied and untied jobs, but they are not