Hi,
I have tried to find greater detail on how to setup my Groovy Filter
expression, but I cannot, so I am coming here. I have a parent job that
uses the the Parameterized Trigger plugin to kick off a Matrix build. This
parent job, also uses the Extended Choice Parameter checkbox. I am trying
to
Hi Team,
I'm managing a Jenkins instance (version 1.480.2) which holds 263 jobs from
different projects. These jobs are configured to run on every SCM change.
All the builds turn on slaves and the Master is used only to hold the
Tomcat 6 server where Jenkins is running. I thought that this would
If you're using Git for SCM, then you can reduce the polling significantly
using a post-receive hook in your git repositories. See [1] for more
information
If you're keeping a long job history, you can reduce memory requirements by
reducing the amount of history you are retaining.
Later long
That should be 1.509.2 rather than 1.509.3 for the most recent available LTS
version.
Mark
>
> From: Mark Waite
>To: "jenkinsci-users@googlegroups.com"
>Sent: Thursday, July 25, 2013 5:14 AM
>Subject: Re: Critical problem with my Jenkins server
>
>
>
>If you
On Thu, 2013-07-25 at 04:14 -0700, Mark Waite wrote:
> If you're using Git for SCM, then you can reduce the polling
> significantly using a post-receive hook in your git repositories.
The same is true for SVN, of course.
--
You received this message because you are subscribed to the Google Gro
Hello!
I've run into a problem while using Jenkins as a means to automate a
JUnit/Selenium test.
I'm working on an automated test for a Webshop using the Selenium WebDriver.
I wrote the test multithreaded to us all available CPU-cores. Problem is,
while the test runs as planned on a local machin
Btw. im launching via Maven on the server too.
On Thursday, 25 July 2013 13:41:44 UTC+2, David Auzinger wrote:
>
> Hello!
>
> I've run into a problem while using Jenkins as a means to automate a
> JUnit/Selenium test.
> I'm working on an automated test for a Webshop using the Selenium
> WebDrive
Hi All,
I am trying to use the "Promoted Build Parameter" parameter type in Jenkins
release plugin. What I am trying to do is let a user, who intends to
initiate a Release build, select an existing promoted build, and then
perform the release build on the same SVN revision number, that the
sel
Hello everyone,
There have been some updates to the plugin that was mentioned by Derek.
* Wiki: https://wiki.jenkins-ci.org/display/JENKINS/inheritance-plugin
* Releases:
http://repo.jenkins-ci.org/releases/hudson/plugins/project-inheritance/
* Presentation: http://www.youtube.com/watch?v=wYi3
Okk thank you for the quick answer,
I'll try these implementing these recommendations, One last question,
shouldn't I also change tomcat options, I means -Xms -Xmx -XX:MaxPermSize
??
Regards,
Mehdi
--
You received this message because you are subscribed to the Google Groups
"Jenkins User
Hi Adam,
I've a problem like you: Promote old builds!
When I select a designed build and then I click on promotion link only the
latest build is deployed, thus, I'm lost in a way to promote old builds.
Can you help me to promote a old build?
If you can send me a promotion script/ configuration ste
I'm keeping 10 builds/ job, Do you think that this number needs to be
reduced ?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr...@goog
looks good, however you should increase memory settings.
Vincent
2013/7/25 Mehdi Hayani
> I'm keeping 10 builds/ job, Do you think that this number needs to be
> reduced ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscri
Wondering if we can pass in an environmental variable as the job name?
I.e.
build("createRelease")
build("build-release_v$NEW_RELEASE_VER")
Little background:
I've tried passing that parameter into a static job name like
"build-release" but when you use multiple SCM's build params don't work
Sorry found the solution. The environmental variable was not visible from
the EnvInject plugin setting it? Seems to be working in other areas but
not with this plugin. I had to do a workaround. I first wrote the
variables to a file an EnvInject plugin script. Then I read it in via
groovy.
Hi All,
I am using Configuration Matrix plugin to run our automation suites, but
there are few suite i need to execute in sequential due to some restart
task in that test case and remaining need to be executed in parallel, same
time; i need a consolidated report;
Is it possible to add my both
On Thu, Jul 25, 2013 at 1:45 PM, Rayees Namathponnan
wrote:
>
> I am using Configuration Matrix plugin to run our automation suites, but
> there are few suite i need to execute in sequential due to some restart task
> in that test case and remaining need to be executed in parallel, same time;
> i
Looks like we cannot use this with Matrix combination
On Thursday, July 25, 2013 11:54:37 AM UTC-7, LesMikesell wrote:
>
> On Thu, Jul 25, 2013 at 1:45 PM, Rayees Namathponnan
> > wrote:
> >
> > I am using Configuration Matrix plugin to run our automation suites, but
> > there are few suite
is this a bug?
- create batch script with labels in a job's workspace -- have the
script jump forward to a label later in the same script
- configure the job to have a single batch command which calls this
batch script (above) twice -- echo that you're about to call
- run the job
On Thu, Jul 25, 2013 at 2:05 PM, Rayees Namathponnan
wrote:
> Looks like we cannot use this with Matrix combination
>
Not sure - I hadn't tried using a matrix job as one of the sub-builds
and don't see it mentioned in the docs. If not, you'd have a
tradeoff between having to unroll the matrix i
here's a different issue:
- create a batch file in a job's workspace that jumps to a label near
the end
- configure the job with a batch command that does two things
- calls the child batch file in the first bullet
- echos something
- run the job
the job will execute the
On Thursday, July 25, 2013 7:41:44 AM UTC-4, David Auzinger wrote:
>
> Hello!
>
> I've run into a problem while using Jenkins as a means to automate a
> JUnit/Selenium test.
> I'm working on an automated test for a Webshop using the Selenium
> WebDriver.
> I wrote the test multithreaded to us all
Thanks for the response!
Hmm, haven't checked that yet, but i will do it as soon as I get back to it
tomorrow (I'm in europe). What i can tell you is that i started the process
via mvn test as a Jenkins build and spawned subthreads from this one.
On Jul 25, 2013 10:15 PM, "JonathanRRogers"
wrote:
discovered that preceding the call to the child batch script with cmd /c
appears to handle both issues.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkins
Hi,
We've been working on a major improvement on Git plugin, and it's now at
the point that it's ready for general consumption.
As Git plugin is used by many and we want to reduce the chance of
regressions, I'm calling for people to try out this unreleased Git 2.0
plugin.
Please see [1] f
Did you get credentials integration in yet...
If not I would like to try and get it in for the next beta... and which
branch is it so I can try to start tomorrow
On 25 July 2013 23:40, Kohsuke Kawaguchi wrote:
>
> Hi,
>
> We've been working on a major improvement on Git plugin, and it's now at
I did this 4 years ago. A lot has likely changed since then but the only help I
can offer at this time is to repost what I did then. I have not used it in a
long time...
I found that with the Promotion plugin I could not do it but for the Promoted
Builds Simple Plugin it can be done. You just n
It supports per-project credential.
The only problem is that there's currently no implementation of the HTTP
BASIC auth credential. So I'm reusing the credential for SSH password
authentication for this purpose.
If you are at at it, please add that in the credentials plugin.
The branch in q
The wiki page specifies Git Client plugin 1.1. but I only see Git Client 1.1 on
the updates site, even when I went to the advanced section of the manage
plugins page and pressed "Update Now". I see that the 1.1.1 release only
recorded on GitHub about 4 hours ago.
Is there an estimate for how l
Strangest thing happened today, when i launched the build again, all 4
cores where in use, thanks anyways! *shamed*
On Thursday, 25 July 2013 22:21:28 UTC+2, David Auzinger wrote:
>
> Thanks for the response!
>
> Hmm, haven't checked that yet, but i will do it as soon as I get back to
> it tomor
30 matches
Mail list logo