Hi Mark,
Thanks for the quick reply.
I am currently executing the Jmeter scripts through Jenkins and showing the
generated data on the web site for continuous monitoring.
As per requirement some of the scripts need to be execute after every 5
seconds and some of them after every 5 minutes.
I h
On Wednesday, May 7, 2014 9:24:40 PM UTC+5:30, Mark Waite wrote:
>
> Couldn't the job be defined to do its planned steps then add a concluding
> step which launches the job again. Make the job delay be 5 seconds, and
> let the job delay time handle the 5 seconds between jobs.
>
> Mark Waite
>
Hi,
Thanks for the quick reply.
I am currently executing the Jmeter scripts through Jenkins and showing the
generated data on the web site for continuous monitoring.
As per requirement some of the scripts need to be execute after every 5
seconds and some of them after every 5 minutes.
I have c
One of the possibilities can be that the some of the generated files may
not be in proper junit format, this may happen when the test cases didnt
run for a particular class so the xml is generated but is not complete
(i.e., it doesn't follow the junit schema).
Just a guess, so give it a try.
On
Summary: Does the Android emulator work inside a VM? Or must it be run on a
bare metal machine?
I am trying to setup some automated tests using Jenkins with the Android
plugin. The slave is a VM (on top) of VMWare ESXi, running Ubuntu Linux (32
bit x86). When the emulator tries to start the VM,
Thanks Eric. I was off track searching for a REST solution and the link
you mentioned should work good for my scenario.
On Wed, May 7, 2014 at 10:36 AM, Eric Pyle wrote:
> There is some discussion of how to create or manage nodes (slaves) here:
> https://groups.google.com/forum/#!topic/jenkin
Hi
Ever since upgrading to 561 my remote build triggers are broken with:
Building on master in workspace /var/lib/jenkins/workspace/runner-automation
Triggering this remote job: automation
Not checking if the remote job automation is building.
This job is build #[32] on the remote server.
Trigg
Try this approach (there may be typos / gotchas - it's completely untested)
1) Enable Perforce SCM on your integration project in Jenkins
- set up the client spec 'myclientspec' to use the mapping:
//project/dev/... //myclientspec/dev/...
//project/int/... //myclientspec/int/...
On Wednesday, May 7, 2014 1:47:59 AM UTC-7, nigelm wrote:
>
>
>
>>
>>>
>>> From your reply, I am even more concerned with disproportionally high
>>> number of the blocked threads (120) compare to offline slaves (2 at the
>>> time), as it sounds like it should be closer to 1:1?
>>>
>>
>> Yes
Hello,
we have configured Xunit plugin to our jenkins, we are seeing below error.
Can anyone help ?
*11:52:55* [xUnit] [INFO] - Starting to record.*11:52:55* [xUnit] [INFO] -
Processing JUnit*11:52:55* [xUnit] [INFO] - [JUnit] - 42 test report file(s)
were found with the pattern 'target/test-
ok, some more "work"...
I put these commands in the "EWbc" window and it works:
"C:\Program Files\Perforce\"p4 -u build-user -P xxx change -o
"C:\Program Files\Perforce\"p4 -u build-user -P xxx integrate -d -i -t
//Project/dev... //Workspace/Project/int...
"C:\Program Files\Perforce\"p4 -u build-
Hi,
my jenkins master is running on Linux.
Slave is on a windows server that has freeSSH installed. I have a freeSSH
user created and named as "jenkinslave". I can successfully SSH from the
Linux box to the windows slave.
Windows does not have Cygwin.
I am trying to start the slave from the L
There is some discussion of how to create or manage nodes (slaves) here:
https://groups.google.com/forum/#!topic/jenkinsci-users/IKTAJhRreDw.
Eric
On 5/7/2014 12:51 PM, Paul C wrote:
Where are some details on the REST api (besides the ../api path in
Jenkins)? I know some things are possible b
If you are using one of the recent Git plugins, you'll have to put your
credentials in the Credentials area in Jenkins, not in the URL itself.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: May 7 2014 12:25:38
We are trying to conne
Where are some details on the REST api (besides the ../api path in
Jenkins)? I know some things are possible based on the Python API
documented features but seems there must be a way to get REST API details
without reverse engineering the Python API.
--
You received this message because you a
We are trying to connect to a Git repository via SSH (not Github) using
username/password (we're not using keys) and the Git plugin but we're
getting the following error:
Failed to connect to repository : Command "git ls-remote -h
ssh://account@repository/path/toApplication HEAD" returned st
You can look here:
https://github.com/jenkinsci/email-ext-plugin/tree/master/src/main/resources/hudson/plugins/emailext/templates
On Wed, May 7, 2014 at 9:10 AM, Vel Ganesh wrote:
> Thank You. I am a newbie on this Topic. Can you please share few links for
> samples of groovy/jelly templates?
>
Thank You. I am a newbie on this Topic. Can you please share few links for
samples of groovy/jelly templates?
On Wednesday, May 7, 2014 5:32:48 PM UTC+5:30, Vel Ganesh wrote:
>
> My Extended E-mail Notification 'Default Content' is set as below:
>
>
>
> *Execution Results :*
> Status : $BUILD_
Downgrade to 1.559. Or run the latest snapshot.
(See https://issues.jenkins-ci.org/browse/JENKINS-22734 for more details)
On Wed, May 7, 2014 at 9:56 AM, Nigel Magnay wrote:
> I made the error of upgrading my Jenkins installation, and now I'm getting
> my slaves dying with an OOM (which it's n
I made the error of upgrading my Jenkins installation, and now I'm getting
my slaves dying with an OOM (which it's never done previously):
java.io.IOException: Unexpected reader termination
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:76
Couldn't the job be defined to do its planned steps then add a concluding
step which launches the job again. Make the job delay be 5 seconds, and
let the job delay time handle the 5 seconds between jobs.
Mark Waite
On May 7, 2014 9:06 AM, "Scott Evans" wrote:
> Amol,
>
> This seems rather unusu
Amol,
This seems rather unusual to need to have a job run every 5 seconds. If
you could let us know what you're trying to accomplish, there is most
likely another way that's better than a continuously running job.
Scott
On Wed, May 7, 2014 at 10:03 AM, Daniel Beck wrote:
> This isn't straigh
This isn't straightforward in Jenkins.
Are you sure you're not using it as a golden hammer?
On 07.05.2014, at 16:48, amol likhite wrote:
> Hi,
>
> Want to schedule a Jenkins job which will run after every 5 seconds.
>
> Thanks in advance.
>
> Regards,
> Amol Likhite
>
> --
> You received t
Hi,
Want to schedule a Jenkins job which will run after every 5 seconds.
Thanks in advance.
Regards,
Amol Likhite
--
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
Just a basic setup:
depot/project/dev/src
depot/project/int/src
I have a continuous build running on the "dev" structure every few minutes.
I have a nightly build that runs on the "int" structure. When you ask "why
don't you want to merge?", are you asking from a manual perspective?
I would li
Hi,
I have updated to the latest jenkins and plugins today and now despite
having credentials in my credentials list when I try to update my jobs to
use the credentials to access SVN the dropdown list is empty. I have added
credentials using the add button and via the main credential management
You can't define variables in the presend script and use them in the
content. You would need to either use the tokens, if available, to get the
information you want, or switch to using a jelly or groovy template. Check
the wiki for information.
On May 7, 2014 5:02 AM, "Vel Ganesh" wrote:
> My Ext
ok,
thx
On Wed, May 7, 2014 at 11:52 AM, Richard Mortimer wrote:
> On 07/05/2014 10:44, Arnaud Héritier wrote:
>
>> thus the winstone jar is useless ?
>>
>
> No. winstone.jar is the thing that wraps Jetty and provides the same
> features as the old winstone based winstone.jar.
>
> https://githu
Le 5 mai 2014 23:08, "Mauro Flores" a écrit :
>>
>> Then you do mean the user who initiated the job; note that this does not
necessarily mean a user who was logged in, as jobs can be started by
'anonymous' (from an SCM trigger for example), or via the API.
>
>
> I'm aware of it.
>
>> The Build obj
On Tue, May 06, 2014 at 09:45:30PM -0700, ziv wrote:
> hi Marius
>
> Thanks for the info. There is no additional info after the change.
This is the additional info (all the lines starting with a '+'):
> --
> Setting up jenkins (1.560) ...
> + [ -r /etc/default/jenkins
My Extended E-mail Notification 'Default Content' is set as below:
*Execution Results :*
Status : $BUILD_STATUS
Tests run : $testCount
Passed : $testPassed
Failures : $testFailed
Skipped : $testSkipped
Build URL : $BUILD_URL
My Extended E-mail Notification 'Default Pre-send Script' is set as
On 07/05/2014 10:44, Arnaud Héritier wrote:
thus the winstone jar is useless ?
No. winstone.jar is the thing that wraps Jetty and provides the same
features as the old winstone based winstone.jar.
https://github.com/jenkinsci/winstone
Regards
Richard
On Wed, May 7, 2014 at 9:37 AM, Jam
thus the winstone jar is useless ?
On Wed, May 7, 2014 at 9:37 AM, James Nord (jnord) wrote:
> Hi Drik,
>
>
>
> To preserve backwards compatibility of command line arguments a shim was
> written to look like Winstone that maps arguments onto Jetty specifics.
>
>
>
> /James
>
>
>
> *From:* jenk
>
>
>>
>> From your reply, I am even more concerned with disproportionally high
>> number of the blocked threads (120) compare to offline slaves (2 at the
>> time), as it sounds like it should be closer to 1:1?
>>
>
> Yes, it sounds like there is a race condition between the post disconnect
> tasks
This seems to be a bug, please create a new bug report in Jira. Don’t forget to
add environment and version details.
Am 07.05.2014 um 09:37 schrieb Diego Costantini :
> Eduardo Dias writes:
>
>>
>>
>> Hi All,
>> I am experiencing in Jenkins a language change even that the plugin is set
> to
Can you describe your branch structure a little more?
How are your integration builds triggered? If you're trying to move changes
from your development branch to another branch why don't you want to merge?
Conceptually I would approach this as:
1) start an integration of your Dev branch up to
Hi to all,
I need to access a web page with parameter which have to be paste to textarea
in the page, click and read the result from the second textarea (as a
return value).
BR
Yossi
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsub
Eduardo Dias writes:
>
>
> Hi All,
> I am experiencing in Jenkins a language change even that the plugin is set
to a defined language and to ignore the browser (Jenkins change from English
to Portuguese). Beyond that I have included in java options the parameters
-Duser.language=en -Duser.count
Am 07.05.2014 09:37, schrieb James Nord (jnord):
> To preserve backwards compatibility of command line arguments a shim
> was written to look like Winstone that maps arguments onto Jetty
> specifics.
Ah, OK.
Thanks for clarifying this.
Bye...
Dirk
--
*Dirk Heinrichs*, Senior Systems Engi
Hi Drik,
To preserve backwards compatibility of command line arguments a shim was
written to look like Winstone that maps arguments onto Jetty specifics.
/James
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Dirk Heinrichs
Sent: 07 May 2014 08:08
Yes, the built in "use a command" launcher... With that you could script in.
Switching to JNLP means you loose the full strength encryption though
On Tuesday, 6 May 2014, Les Mikesell wrote:
> On Mon, May 5, 2014 at 2:42 PM, Stephen Connolly
> > wrote:
> >
> > It is rather easy to saturate a se
Hi,
I've just enabled access logging on a Jenkins 1.562 test installation,
using Winstone command line options. I wonder why this can work since
https://wiki.jenkins-ci.org/display/JENKINS/Jetty says "Jenkins 1.535
and above bundles Jetty (rather than Winstone)...".
Looking at jenkins.war, there'
42 matches
Mail list logo