Re: Plugin hosting request. codeclimate plugin.

2015-12-13 Thread Christopher Orr
Hi there, You need to follow *all* of the "Prerequisites" and "Request hosting" steps: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Prerequisites In particular: * Give your plugin a sensible ID which does not include "jenkins" or "plugin" Your plugin ID is

Re: create-text-file plugin - New hosting reuest

2015-12-13 Thread Sanketh P B
Dear Team, Changed artifact id as per recommendation. *GitHub url*: https://github.com/sankethpb/text-file-operations-plugin.git *Name of plugin:* text-file-operations-plugin *GitHub username and jenkins-ci.org user name: *sankethpb *Description:* Provides a build step

Re: New plugin hosting request

2015-12-13 Thread Sanketh P B
Dear Oleg Nenashev, This plugin offers support for frequently performed operations (change in product version, file version and copyright info) on .Net, managed .Net and C++ assembly information in a easy way. The other concentrates on .Net only and for updating versions. Kindly suggest your

Re: Publish EZ-Templates plugin

2015-12-13 Thread Baptiste Mathus
Hi, As you rely on an old parent pom indeed, the maven-release-plugin you're using is borked. See https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues See https://github.com/jenkinsci/buildtriggerbadge-plugin/blob/master/pom.xml#L62 for a live

Re: Plugin hosting request. codeclimate plugin.

2015-12-13 Thread Surya Gaddipati
Hello, Thanks for your input again. - changed the artifact id to remove 'plugin'. ( although i find it a little weird that now github project name and artifactid don't match, but whatever) - jenkins ci username: surya548 . Curious about this new requirement, why is this needed

Re: Publish EZ-Templates plugin

2015-12-13 Thread Marc Carter
Can an admin please purge some bad versions of ez-templates from the plugin repo http://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/ez-templates/ 1.0-SNAPSHOT is mistake caused by myself 1.0.0, 1.0.1 and 1.0.2 were uploaded by someone random a month ago and are not official (nor newer

Re: Publish EZ-Templates plugin

2015-12-13 Thread Marc Carter
Thanks for that - I guessed as much. So ... What is the policy on plugin dependencies? Clearly ez-templates has no hard-req on anything newer than 1.574 but I don't just want to force users onto the latest LTS (and would that be the initial LTS or the newest maintenance release on that

(another) docker slaves plugin - review request

2015-12-13 Thread Surya Gaddipati
This is not a hosting request. I am hoping to get some feedback on the plugin and see if its worth hosting/merging into other plugins. Details are in the readme of the project https://github.com/suryagaddipati/jenkins-docker-slaves Pls, let me know if you have any questions. Surya -- You

Re: Publish EZ-Templates plugin

2015-12-13 Thread Marc Carter
Initial plugin deployment didn't work very smoothly. It clearly edited the pom, added it, then did NOT commit that before tagging 1.0. Hence, what is uploaded to the marketplace is now 1.0-SNAPSHOT. I'm using Maven 3.3.9 but the plugin's parent POM is quite old at 1.574. Can anyone advise?

Re: Plugin hosting request. codeclimate plugin.

2015-12-13 Thread Surya Gaddipati
Derp , ignore my previous question about userid requirement - - This gives you access to upload your plugin, document your plugin on this wiki, and track issues in JIRA - On Thursday, November 26, 2015 at 9:04:07 PM UTC-6,

Trying to figure out how to add Workflow step support for Throttle Concurrent Builds...

2015-12-13 Thread Andrew Bayer
So, https://issues.jenkins-ci.org/browse/JENKINS-31801 - I'm starting to dive into the Workflow code to figure out how to actually *do* this. I'm only really concerned with adding category throttling support for Workflow node blocks - i.e., wrap your node block with "throttle('some-category') {

Re: Request for hosting

2015-12-13 Thread Michael Epstein
Awesome thanks! I already have an account: https://wiki.jenkins-ci.org/display/~mikee805 Or is the invite something else? Thanks again, Mike On Saturday, December 12, 2015 at 9:46:44 AM UTC-8, Oleg Nenashev wrote: > > Hi Mike, > > The plugin has been forked an published. You should get an

Re: Request for hosting

2015-12-13 Thread Michael Epstein
It did get uploaded to maven: http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/elasticsearch-query/1.1/ On Sunday, December 13, 2015 at 3:05:55 PM UTC-8, Michael Epstein wrote: > > So my release was successful but I don't see my plugin here: > >

Re: Request for hosting

2015-12-13 Thread Michael Epstein
Ah I see it's the github invite; yeah I will need that I can't do release yet! Thanks for your patience, Mike On Sunday, December 13, 2015 at 2:12:19 PM UTC-8, Michael Epstein wrote: > > Awesome thanks! > > I already have an account: https://wiki.jenkins-ci.org/display/~mikee805 > > Or is the

List of unused code in Jenkins

2015-12-13 Thread Vernat Emeric
Hi all, After the tool to find the deprecated Jenkins api used by plugins , I have written yet another tool. The unused code detector

Re: Request for hosting

2015-12-13 Thread Michael Epstein
So my release was successful but I don't see my plugin here: https://jenkins.ci.cloudbees.com/job/plugins/ Is that a problem? Thanks, Mike On Sunday, December 13, 2015 at 2:55:51 PM UTC-8, Michael Epstein wrote: > > Ok got the invite let me try the release again :) > > On Sunday, December 13,

Re: create-text-file plugin - New hosting reuest

2015-12-13 Thread Daniel Beck
Forked into https://github.com/sankethpb/text-file-operations-plugin I also created a component of the same name on issues.jenkins-ci.org. Remember to set a in the pom.xml that points to a wiki.jenkins-ci.org plugin page, and to add the element to tag your releases. On 13.12.2015, at 14:13,

Re: Request for hosting

2015-12-13 Thread Michael Epstein
Ok got the invite let me try the release again :) On Sunday, December 13, 2015 at 2:48:14 PM UTC-8, Michael Epstein wrote: > > Ah I see it's the github invite; yeah I will need that I can't do release > yet! > > Thanks for your patience, > Mike > > On Sunday, December 13, 2015 at 2:12:19 PM

Re: Publish EZ-Templates plugin

2015-12-13 Thread Daniel Beck
On 13.12.2015, at 22:47, Marc Carter wrote: > 1.0-SNAPSHOT is mistake caused by myself Snapshots don't matter. > 1.0.0, 1.0.1 and 1.0.2 were uploaded by someone random a month ago and are > not official (nor newer than 1.0). I'm sure they were just eager to see it >

Re: Request for hosting

2015-12-13 Thread Baptiste Mathus
It takes a few hours to get the update center metadata updated. As a rule of thumb, wait at least ~8 hours before worrying. Checking of the artifact has actually been uploaded like you did is a good idea, then wait. IIRC I saw the tweet about your release earlier, so this should be fine. Cheers

Re: Hosting request for AppBuilder plugin

2015-12-13 Thread Oleg Nenashev
Hi Georgi, The plugin has been forked to https://github.com/jenkinsci/telerik-appbuilder-plugin . You should get an invitation to jenkinsci organisation on GitHub soon. Welcome aboard! Best regards, Oleg понедельник, 14 декабря 2015 г., 10:34:13 UTC+3 пользователь georgi.a...@telerik.com

Re: List of unused code in Jenkins

2015-12-13 Thread Oleg Nenashev
Hi Emeric, Thanks a lot for your efforts! +1 from me for forking the additional tool. Since we plan to add the API deprecation and removal policy in Jenkins 2.0, such tools should become very important in the middle-term. Best regards, Oleg понедельник, 14 декабря 2015 г., 2:07:14 UTC+3

Re: Hosting request for AppBuilder plugin

2015-12-13 Thread georgi . alexandrov
Sure, I changed it to telerik-appbuilder-plugin. I think that this ID is a bit more correct :) Here is the updated plugin's info: - GitHub url: https://github.com/Icenium/appbuilder-jenkins-plugin - Name of plugin: telerik-appbuilder-plugin - GitHub username: galexandrov - Jenkins-ci.org