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
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
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?
When configuring automatic JDK downloads, I'm only getting the 32-bit
versions. How do I get the 64-bit versions?
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
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
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
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
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
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 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
11 matches
Mail list logo