Re: Requesting hosting for plugin (Nouvola DiveCloud)

2015-08-25 Thread Shawn MacArthur
Any updates on this? Please let me know if any changes are needed before getting access, thanks! On Thursday, August 20, 2015 at 7:25:53 PM UTC-7, shawn.m...@nouvola.com wrote: > > Hi, > > I'm requesting hosting for a plugin. Here is the information: > >- The URL to your finished plugin repo

Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-25 Thread Kanstantsin Shautsou
Better look on any existing plugin, you need 1) add credentials into plugin dependency 2) add in jelly/groovy page credentials form, then refer it as … 3) add in descriptor magic doFill* method 4) store credentialsID instead direct apiKey 5) whenever you need real apiKey resolve credentialsId into

Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-25 Thread John Zeller
Thanks for the feedback! I agree, using credentials is better. I looked around to find a good way to grab the credentials list, and I am having a bit of trouble. Do you know of a good example of allowing the user to choose a credential from the `Manage Jenkins -> Configure System` screen, and t

Pull request on junit-plugin - Permission to release

2015-08-25 Thread Stefan Wolf
Hi, I just opened a pull request to the junit-plugin to export some extra information via the REST Api: https://github.com/jenkinsci/junit-plugin/pull/25 Would it be OK for the maintainers if I merge it and pull a new release? Since the change is only an Annotation I suppose there should not be

Re: Next Windows Slave Installer release

2015-08-25 Thread Oleg Nenashev
The module has not been released yet. I think it makes sense to bump the winsw dependency to 1.18 in order to get several bugfixes. вторник, 25 августа 2015 г., 15:26:17 UTC+3 пользователь Claus Schneider написал: > > Hi guys > > A follow-up on the JUES.. Great event and integrated code.. :) >

Re: Plugin image in job's Jelly config

2015-08-25 Thread Oleg Nenashev
Please provide a link to the plugin or to the piece of code, where you suffer from the image resolution issue. tag should work everywhere IIRC понедельник, 24 августа 2015 г., 17:41:42 UTC+3 пользователь Kirill написал: > > Hi all, > > Is it possible to show an image from a particular plugin on

Re: install CD (Was RE: Revisiting bundled plugins)

2015-08-25 Thread Oleg Nenashev
Currently there is no ISO images. ISO image could be packed, but what do you expect to see there? I doubt there are much advantages for a clean Jenkins there. Jenkins + a set of plugins could be packed in such way using Juseppe

Re: Plugin Hosting Request - drupal

2015-08-25 Thread Oleg Nenashev
Could you explain a use case of the plugin? Is it designed for the Drupal core development only or for the easy Drupal plugins CI? понедельник, 24 августа 2015 г., 20:22:52 UTC+3 пользователь Fengtan написал: > > Plugin Repo: https://github.com/fengtan/drupal-plugin > > Plugin Name: drupal-plug

Re: Hosting for New Plugin: jboss-deploy

2015-08-25 Thread Daniel Beck
Check your inbox for an invitation from GitHub. On 25.08.2015, at 21:01, Daniel Bustamante Ospina wrote: > Hi Daniel, > > I have tried to push changes to jboss-plugin repository but I can't access > the repository for push: > > ERROR: Permission to jenkinsci/jboss-plugin.git denied to Daniel

Re: Hosting for New Plugin: jboss-deploy

2015-08-25 Thread Daniel Bustamante Ospina
Hi Daniel, I have tried to push changes to jboss-plugin repository but I can't access the repository for push: ERROR: Permission to jenkinsci/jboss-plugin.git denied to Daniel69. 2015-08-13 10:26 GMT-05:00 Daniel Beck : > Hi Daniel, > > Sorry about the delay! I made you a committer of the jbo

Re: ItemListener, onLocationChanged, modifying job property and saving. Result: after shutdown the modified property keeps the old value

2015-08-25 Thread Ramón Rial
Thank you, I've just seen today your answer, sorry. It is working since 03-07-2015. It was a problem of misunderstood of the Jenkins Inheritance plugin, and now it is working. 2015-07-05 10:41 GMT+02:00 Oleg Nenashev : > Did you try to launch the code in the debugger? If it reaches the save() > m

Re: GitHub link issue

2015-08-25 Thread Christopher Orr
On 25/08/15 15:42, Aaron Johnson wrote: > On this page > (https://wiki.jenkins-ci.org/display/JENKINS/NeoLoad+Plugin) there's a > link to GitHub that's incorrect. It's > "https://github.com/jenkinsci/neoload-jenkins-plugin"; but it should be > "https://github.com/jenkinsci/neoload-plugin"; > > I c

GitHub link issue

2015-08-25 Thread Aaron Johnson
Hello, On this page (https://wiki.jenkins-ci.org/display/JENKINS/NeoLoad+Plugin) there's a link to GitHub that's incorrect. It's "https://github.com/jenkinsci/neoload-jenkins-plugin"; but it should be "https://github.com/jenkinsci/neoload-plugin"; I can't see where to change this directly beca

Next Windows Slave Installer release

2015-08-25 Thread Claus Schneider
Hi guys A follow-up on the JUES.. Great event and integrated code.. :) The https://github.com/jenkinsci/windows-slave-installer-module/pull/2

Re: Why is Jenkins using a HtmlUnit fork?

2015-08-25 Thread Tom Fennelly
Absolutely, this is the sort of documentation I'm planning to add. On Tuesday, August 25, 2015 at 10:51:08 AM UTC+1, Robert Sandell wrote: > > It would be great if someone could write up a small migration guide on the > wiki for plugin devs that are upgrading their core dependency. > > Something

Re: Why is Jenkins using a HtmlUnit fork?

2015-08-25 Thread Robert Sandell
It would be great if someone could write up a small migration guide on the wiki for plugin devs that are upgrading their core dependency. Something like "Where you used to do f.getButtonByCaption("Advanced...").click(); change to HtmlFormUtil.getButtonByCaption(f, "Advanced...").click();" etc. On

Re: Why is Jenkins using a HtmlUnit fork?

2015-08-25 Thread Antonio Muñiz
I think a README.md behind the code would be ok, since this project is used mainly by developers. On Tue, Aug 25, 2015 at 11:25 AM, Tom Fennelly wrote: > I eventually got rid of the forked version of HtmlUnit from Jenkins core > in this PR . Also s

Re: Why is Jenkins using a HtmlUnit fork?

2015-08-25 Thread Tom Fennelly
I eventually got rid of the forked version of HtmlUnit from Jenkins core in this PR . Also see governance meeting notes on same . This sho

Re: Commit Access JenkinsCI Github

2015-08-25 Thread Thabo Krick
That's also fine with me. The thing with testing is that the existing tests only cover the case of a freestyle job. The plugins functionality concerning matrix jobs is (so far) untested and it would have been quite an overhead to write those test for the minor changes I introduce. -- You recei