Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread amol likhite
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

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread amol likhite
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 >

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread amol likhite
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

Re: xUnit - Failure

2014-05-07 Thread Vivekanand S V
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

Does the Android emulator work inside a VM?

2014-05-07 Thread Charles Chan
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,

Re: REST API documentation - details on slave creation

2014-05-07 Thread Paul C
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

561 seems to break remote parameterized plugin

2014-05-07 Thread Greg Dickie
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

Re: Perforce: merge files from a continuous directory to an integration directory...

2014-05-07 Thread Stuart Rowe
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/...

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-07 Thread Charles Chan
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

xUnit - Failure

2014-05-07 Thread Maneesh M P
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-

Re: Perforce: merge files from a continuous directory to an integration directory...

2014-05-07 Thread Mark Wilhelm
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-

Error starting a windows slave from a linux master over SSH

2014-05-07 Thread Badal
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

Re: REST API documentation - details on slave creation

2014-05-07 Thread Eric Pyle
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

Re:Jenkins can't connect to a Git server via SSH using username/password

2014-05-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
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

REST API documentation - details on slave creation

2014-05-07 Thread Paul C
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

Jenkins can't connect to a Git server via SSH using username/password

2014-05-07 Thread Aleyda Galaviz
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

Re: Jenkins EMail-ext plugin sends groovy code in the Email body

2014-05-07 Thread Slide
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? >

Re: Jenkins EMail-ext plugin sends groovy code in the Email body

2014-05-07 Thread Vel Ganesh
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_

Re: Jenkins slave going 'bang' with OOM

2014-05-07 Thread Larry Shatzer, Jr.
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

Jenkins slave going 'bang' with OOM

2014-05-07 Thread Nigel Magnay
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

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread Mark Waite
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

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread Scott Evans
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

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread Daniel Beck
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

Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread amol likhite
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

Re: Perforce: merge files from a continuous directory to an integration directory...

2014-05-07 Thread Mark Wilhelm
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

Credentials dropdown list empty

2014-05-07 Thread Nick Brown
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

Re: Jenkins EMail-ext plugin sends groovy code in the Email body

2014-05-07 Thread Slide
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

Re: Jetty or Winstone

2014-05-07 Thread Arnaud Héritier
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

Re: maven plugin - how to obtain the jenkins user name

2014-05-07 Thread Baptiste Mathus
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

Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-07 Thread Marius Gedminas
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

Jenkins EMail-ext plugin sends groovy code in the Email body

2014-05-07 Thread Vel Ganesh
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

Re: Jetty or Winstone

2014-05-07 Thread Richard Mortimer
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

Re: Jetty or Winstone

2014-05-07 Thread Arnaud Héritier
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

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-07 Thread Nigel Magnay
> > >> >> 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

Re: Help with Locale Plugin

2014-05-07 Thread Ulli Hafner
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

Perforce: merge files from a continuous directory to an integration directory...

2014-05-07 Thread Stuart Rowe
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

access to web

2014-05-07 Thread Brosh, Yossi
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

Re: Help with Locale Plugin

2014-05-07 Thread Diego Costantini
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

Re: Jetty or Winstone

2014-05-07 Thread Dirk Heinrichs
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

RE: Jetty or Winstone

2014-05-07 Thread James Nord (jnord)
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

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-07 Thread Stephen Connolly
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

Jetty or Winstone

2014-05-07 Thread Dirk Heinrichs
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'