Re: Plugin Hosting Request - drupal

2015-08-26 Thread Daniel Beck
On 26.08.2015, at 23:16, Oleg Nenashev wrote: > OK, thanks for the explanation! > > I think it would make sense to rename the plugin to drupal-module-dev-plugin > or something like that. I think that other Drupal plugins may appear later, > hence the name seems to be too generic for me. Like

Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-26 Thread Daniel Beck
Forked to https://github.com/jenkinsci/datadog-plugin and invited you to it. Welcome aboard! Also created a component in Jira for this plugin with Datadog as component lead. On 24.08.2015, at 23:01, John Zeller wrote: > Hello! > > My name is John Zeller, and I am a Software Engineer at Datado

Re: Granting access to a plugin repository

2015-08-26 Thread Christopher Orr
Thanks. Also done! On 26/08/15 23:54, Dawid Malinowski wrote: > Hi > > Same as my github account: dawidmalina > > 26 sie 2015 23:44 "Christopher Orr" > napisał(a): > > Done! > > Dawid: If you give us your jenkins-ci.org > account us

Re: Granting access to a plugin repository

2015-08-26 Thread Christopher Orr
Done! Dawid: If you give us your jenkins-ci.org account username, we can make you the default assignee on JIRA for this plugin, too. Regards, Chris On 26/08/15 21:56, Jørgen Tjernø wrote: > (Trying this again after rejoining jenkinsci-dev.) > > Could someone please grant commit access to > jen

Re: Plugin Hosting Request - drupal

2015-08-26 Thread Oleg Nenashev
OK, thanks for the explanation! I think it would make sense to rename the plugin to drupal-module-dev-plugin or something like that. I think that other Drupal plugins may appear later, hence the name seems to be too generic for me. 2015-08-26 23:21 GMT+03:00 Fengtan : > Here is a use case: you h

Re: Plugin Hosting Request - drupal

2015-08-26 Thread Fengtan
Here is a use case: you have developed a custom Drupal module for your client and you want to make sure that the code complies with Drupal standards and does not contain security flaws. The plugin is designed for any Drupal module, whether they are core modules, contrib modules, or custom modul

Granting access to a plugin repository

2015-08-26 Thread Jørgen Tjernø
(Trying this again after rejoining jenkinsci-dev.) Could someone please grant commit access to jenkinsci/environment-script-plugin to https://github.com/dawidmalina? I have not worked on the plugin for three years, and I have not been using it for at least two, so it's about time someone else took

Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-26 Thread John Zeller
Updated our plugin to store the api key as a Secret, and to use a logging function that prepends logging messages with some context. The decision was made to go with storing the api key as a Secret for a couple of reasons. 1) Using full credentials is an unnecessary step, as this isn't truly a

Re: EOFException when terminating slaves programatically

2015-08-26 Thread Jesse Glick
On Wed, Aug 26, 2015 at 10:30 AM, Carlos Sanchez wrote: > I'm not sure what am I missing, if I should call something else to close the > slave connection Not sure, I also get a reproducible `EOFException` from `mock-slave` tests. Kohsuke agreed something was wrong but the conversation stopped th

Hosting request for four new plugins

2015-08-26 Thread Andrey Stroilov
Hi, I work at Google and we have released four open-source plugins that we would like to have hosted under jenkinsci. URLs of the plugins: https://github.com/astroilov/google-health-check-plugin https://github.com/astroilov/google-persistent-master-plugin https://github.com/astroilov/google-git-n

Advices to display tables in plugins

2015-08-26 Thread Arnaud Héritier
Hi all, Do you have some advices/best practices to share to display tables ? Can we use some advanced JS libs like https://www.datatables.net ? Cheers - Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier -- You received this message be

Re: How to add variable into build environment variables during execution

2015-08-26 Thread Victor Martinez
Hi, I guess you can use the below plugins: - EnvInject plugin (https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin) - Parameterized+Trigger+Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin) You can either create a properties file during the build proc

EOFException when terminating slaves programatically

2015-08-26 Thread Carlos Sanchez
Hi, While writing the Kubernetes plugin, a plugin to dynamically start slaves in Kubernetes (something similar to the Docker one) I am getting EOFException when deleting the Pod (the container running the jenkins-slave jar) The code for _terminate cloud.connect().deletePod(name, c

How to add variable into build environment variables during execution

2015-08-26 Thread 文宾 王·
Hi all, I would like to put some our own variables into jenkins job build environment variables during build execution. how could I do it? how to access the jenkins object model? Saying, I have a job named A, and we run a java application as its step, in the java application, I need to put s

Re: Jenkins 1.609.3 LTS RC testing started

2015-08-26 Thread Daniel Beck
We discussed this during the last meeting. See logs from 18:53:45 on: http://meetings.jenkins-ci.org/jenkins/2015/jenkins.2015-08-19-18.03.log.html I brought up the effect of skipping that meeting on the LTS schedule. In the end we (including KK) decided to have the next meeting, which includes L

Re: Jenkins 1.609.3 LTS RC testing started

2015-08-26 Thread Jesse Glick
On Fri, Aug 21, 2015 at 2:57 AM, oliver gondža wrote: > Release is scheduled for 2015-08-02. I guess mean 2015-09-02? But that is in the middle of JUC West. There is no way KK could be cutting releases that day or the next. Should we assume that it gets pushed out a few days? -- You received t

Looking for a tool which can help me to identify whose changes broken the build.‏

2015-08-26 Thread Amruta Mistry
Hello, I am using Jenkins as my CI integration tool. I come across an issue where with every build I was getting many Unit test throwing an error. Now I want to identify which changes has broken this Unit test code. I cannot do build with every commit with Unit test. That’s my limitation

Re: Requesting hosting for plugin (Nouvola DiveCloud)

2015-08-26 Thread Christopher Orr
Hi there, Your repo has been forked; you have commit access here: https://github.com/jenkinsci/nouvola-divecloud-plugin There's a JIRA component for your plugin, too. You might want to look at either integrating your plugin with the Credentials Plugin, or at least using http://javadoc.jenkins-ci