Re: ElOyente-plugin needs a new maintainer

2014-10-23 Thread Oleg Nenashev
My bad, I have not understood the justification on the first time. The access has been granted to both accounts you've mentioned 2014-10-23 9:33 GMT+04:00 Dennis Jacobs jcbs.d...@gmail.com: Oleg, That's exactly my problem! I can create a pull request, but the person who is owner of the

Re: Parameterise slaves launched in a cloud [workflow ?]

2014-10-23 Thread Nigel Magnay
This at least is possible, if your Cloud honors a request for a label which was actually a previously used Slave.name. There is not much flexibility here but at least from a Workflow project it might be feasible. I am not sure what it buys you as opposed to doing all the build steps with a

Re: new plugin - groovy matrix execution strategy

2014-10-23 Thread Jeremy Marshall
I think the plugin can be forked, but it's better to agree on the plugin name before forking. I renamed the plugin to https://github.com/JeremyMarshall/matrix-groovy-execution-strategy-plugin - What about using http://groovy-sandbox.kohsuke.org/ to run Groovy scripts?

Re: ElOyente-plugin needs a new maintainer

2014-10-23 Thread Dennis Jacobs
Hi Oleg, No problem, and a big thanks for the write access! :) Met vriendelijke groeten, Cordialement, With kind regards, Jacobs Dennis, Bredabaan 111/6, 2170 Merksem, djac...@jadeitgcv.be 0(032) 478 61.54.36 On 23 Oct 2014, at 09:01, Oleg Nenashev o.v.nenas...@gmail.com wrote: My bad, I

Re: How to set the git branch as a parameter?

2014-10-23 Thread Ashish Sharma
Hi Ivan, Can you please little bit describe it. Hence I would like to try out this activity? Please let me know your difficulties. Thanks, Ashish On 23-Oct-2014 3:49 PM, Ivan Kanis ivan.ka...@myscript.com wrote: Hi Mark and Kanstantsin, Mark, the simple approach you give won't work when

Re: How to set the git branch as a parameter?

2014-10-23 Thread Ivan Kanis
Hi Ashish, Basically we need to have a job that builds several branches automatically AND be able to run manually with a given branch name as a parameter. Our difficulties is finding how to trigger a specific bit of the git plugin. It's In GitSCM.java in the method determineRevisionToBuild //

Request hosting for Dynatrace Jenkins Plugin

2014-10-23 Thread Wolfgang Gottesheim
Hi, I have developed a plugin that fetches data from an APM tool called Dynatrace and displays it in Jenkins, and would like to get it on the official list of plugins. Plugin name: dynatrace-jenkins-plugin Github ID: wgottesheim Repository:

Re: jna-posix updating to JNA 4.1

2014-10-23 Thread Craig Rodrigues
Hi, I did the following: (1) Created ~/.m2/settings.xml as specified here: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org (2) Ran this command: mvn -B org.apache.maven.plugins:maven-release-plugin:2.5:prepare

A question on ProcStarter

2014-10-23 Thread cchen
Hey folks, In a plugin, I need to execute a command, print command output to the build log in real time and return the command output to the caller. First, I tried the following, but the problems is that there is no way to save command output. ProcStarter =

Re: new plugin - groovy matrix execution strategy

2014-10-23 Thread Oleg Nenashev
The repo has been forked: https://github.com/jenkinsci/matrix-groovy-execution-strategy-plugin четверг, 23 октября 2014 г., 12:44:10 UTC+4 пользователь Jeremy Marshall написал: I think the plugin can be forked, but it's better to agree on the plugin name before forking. I

Re: A question on ProcStarter

2014-10-23 Thread Christopher Orr
On 23/10/14 18:17, cchen wrote: Hey folks, In a plugin, I need to execute a command, print command output to the build log in real time and return the command output to the caller. First, I tried the following, but the problems is that there is no way to save command output. ProcStarter =

Re: new plugin - groovy matrix execution strategy

2014-10-23 Thread Jeremy Marshall
Thanks J -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. For more options, visit

request hosting global-post-script plugin

2014-10-23 Thread Hao Chen
Hi, I've created a plugin that makes a script configured globally could be triggered at the end of every jobs. I'd like to put this to official plugin list. • plugin name: Global Post Script • my github ID: orctom • existing repo: https://github.com/orctom/global-post-script-plugin --

request hosting packagecloud jenkins plugin

2014-10-23 Thread Joe Damato
Hi: I'd like to request hosting for my plugin. I'd like to get the name packagecloud-plugin. The github URL is: https://github.com/computology/packagecloud-plugin and my personal github id is ice799. Let me know if I forgot to include any information or if there's anything else I need to do.

Re: A question on ProcStarter

2014-10-23 Thread cchen
Yep. Many thanks! On Thursday, October 23, 2014 9:21:28 AM UTC-7, Christopher wrote: On 23/10/14 18:17, cchen wrote: Hey folks, In a plugin, I need to execute a command, print command output to the build log in real time and return the command output to the caller. First, I