Re: AsyncPeriodicWork : what if I want the recurrence period to change?

2012-09-25 Thread Anthony Dahanne
/hudson/model/AsyncAperiodicWork.html On Tuesday 25 September 2012 10:00:57 Anthony Dahanne wrote: Hello all, I'm currently creating a plugin that would need to perform an action every N seconds. I would like the user to set the N seconds interval in the Configure System page; so I added

Re: Plugin for Android tests

2013-05-06 Thread Anthony Dahanne
not totally sure about adb shell launching but did you try https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin ? On Mon, May 6, 2013 at 7:44 AM, SK Karthik karthik.krishnag...@gmail.comwrote: Hi Dev's, I am running android automation tests through Robotium. Right now i dont

Re: Aborting a build : post steps/ post actions executions

2013-07-26 Thread Anthony Dahanne
, Anthony On Fri, Jul 26, 2013 at 2:38 PM, Jesse Glick jgl...@cloudbees.com wrote: On Fri, Jul 26, 2013 at 2:27 PM, Anthony Dahanne anthony.daha...@gmail.com wrote: When I interrupt an executor, using : executor.interrupt(Result.ABORTED); This seems correct: you are aborting

New plugin : Accelerated Build Now Plugin

2013-07-30 Thread Anthony Dahanne
Hello, I would like the plugin Accelrated Build Now Plugin to be part of the Jenkins plugins. This plugin is hosted on github at: https://github.com/Terracotta-OSS/accelerated-build-now-plugin The wiki page is : https://wiki.jenkins-ci.org/display/JENKINS/Accelerated+Build+Now+Plugin My github

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread Anthony Dahanne
a job anyhow) + use the priority to preferably choose the lowest priority job/build to stop. In general, I think it's great if plugins become a little bit bigger/different instead of creating brand new one. But not totally sure this would also apply here. WDYT? Thanks 2013/7/30 Anthony

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread Anthony Dahanne
my github id is : anthonydahanne thanks ! On Wed, Jul 31, 2013 at 12:24 PM, nicolas de loof nicolas.del...@gmail.comwrote: 2013/7/31 Anthony Dahanne anthony.daha...@gmail.com Hello Baptiste, Nicolas @Nicolas : thank you for the fork ! Now, I am wondering if it was something I really

New plugin : Post Completed Build Result Plugin

2013-11-07 Thread Anthony Dahanne
Hello, I would like the plugin Post Completed Build Result Plugin to be part of the Jenkins plugins. This plugin is hosted on github at: https://github.com/Terracotta-OSS/post-completed-build-result-plugin The wiki page is :

exclude parameter and /api/json (and /api/python)

2014-02-17 Thread Anthony Dahanne
Hello all, Exploring the remote API, I found out that : http://ci.jruby.org/api/xml?depth=1tree=jobs[displayName,lastBuild[result]]exclude=hudson/job[lastBuild[result='SUCCESS']] and

Re: exclude parameter and /api/json (and /api/python)

2014-02-18 Thread Anthony Dahanne
: On Mon, Feb 17, 2014 at 10:47 PM, Anthony Dahanne anthony.daha...@gmail.com wrote: Am I missing something or the JSON api is less complete than the XML one ? The latter. xpath, exclude, and wrapper query parameters are only available for the XML API, since they rely on XPath