Start in creating a new plugin

2017-09-17 Thread Amr Osama
First of all i want to create a jenkins plugin using eclipse having mvn 3.5 installed and jenkins 1.651.3 , and i just went throw you documentation , i cant find the first step which says to put some code in this path (Windows users will find them in %USERPROFILE%\.m2\settings.xml), i cant

Re: New plugin Bitbucket Server Branch Source

2017-03-15 Thread Patrick Wolf
In hindsight it might have better to split this into two separate plugins but at the time it was our understanding that Atlassian was moving to consolidate both the branding and API specification of Cloud and Server. The implementation would still be separate but the specification was supposed to

Re: New plugin Bitbucket Server Branch Source

2017-03-13 Thread 'Robin Müller' via Jenkins Developers
Hi Am Sonntag, 12. März 2017 21:50:01 UTC+1 schrieb Stephen Connolly: > > > On Sun 12 Mar 2017 at 18:23, 'Robin Müller' via Jenkins Developers < > jenkin...@googlegroups.com > wrote: > ... > Not everyone in the OSS community has the luxury of somebody who can pay to > get licenses for these

Re: New plugin Bitbucket Server Branch Source

2017-03-12 Thread Stephen Connolly
On Sun 12 Mar 2017 at 18:23, 'Robin Müller' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hi, > > Am Sonntag, 12. März 2017 16:32:22 UTC+1 schrieb Stephen Connolly: > > I do not think this is the right way to go at all. > > Would you also implement the SCMSourceNavigator for

Re: New plugin Bitbucket Server Branch Source

2017-03-12 Thread 'Robin Müller' via Jenkins Developers
Hi, Am Sonntag, 12. März 2017 16:32:22 UTC+1 schrieb Stephen Connolly: > > I do not think this is the right way to go at all. > Would you also implement the SCMSourceNavigator for GitLab within the GitHub Branch Source Plugin just as their names are similar? Bitbucket Cloud and Bitbucket Server

Re: New plugin Bitbucket Server Branch Source

2017-03-12 Thread Stephen Connolly
Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Hi there, > > I started implementing a new plugin "Bitbucket Server Branch Source" which > provides the functionality to configure Bitbucket Server projects with > the help of a SCMSourceNavigator. > I kno

New plugin Bitbucket Server Branch Source

2017-03-12 Thread 'Robin Müller' via Jenkins Developers
Hi there, I started implementing a new plugin "Bitbucket Server Branch Source" which provides the functionality to configure Bitbucket Server projects with the help of a SCMSourceNavigator. I know there is already a plugin called "Bitbucket Branch Source" which has also s

Re: New Plugin: SAML Plugin

2017-02-12 Thread Prabhat Singh
Hi Ben, I am trying this plugin for ADFS integration SAML2.0, user able to login but says no overall read rights. Do you have any documentation around integration with ADFS? Regards Prabhat On Thursday, August 7, 2014 at 2:05:20 AM UTC+5:30, Ben McCann wrote: > > Hi, > > I created a SAML 2.0

Re: [New Plugin Request] - Amazon AWS Device Farm

2016-12-16 Thread Hongda Zhao
Hi Hawker, Please grant me the access of Github/Jenkins account. Thanks, Hongda On Friday, July 17, 2015 at 2:43:40 PM UTC-7, Andrew Hawker wrote: > > Requesting a Github fork for a new plugin. > > Name: aws-device-farm-plugin > Github: https://github.com/awslabs/aws-device-farm

Re: New plugin request for feedback: Execute a script every time a build gets deleted

2016-12-10 Thread Baptiste Mathus
AbstractBuild seems wrong if you also want to catch Pipelines deletions. Did you try just Job? Le 8 déc. 2016 6:58 PM, a écrit : > > I ended up extending RunListener to trigger my plugin when > a build is deleted. > > -- > You received this message because you are

Re: New plugin request for feedback: Execute a script every time a build gets deleted

2016-12-08 Thread jayleggettgm
I ended up extending RunListener to trigger my plugin when a build is deleted. -- 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

Re: New plugin request for feedback: Execute a script every time a build gets deleted

2016-12-05 Thread Ted Xiao
I am afraid you need write a plugin to extend ItemListener, see also http://javadoc.jenkins.io/hudson/model/listeners/ItemListener.html#onDeleted(hudson.model.Item) or you can check the JENKINS_HOME/jobs/job_name/builds folder on Jenkins server periodically and compare what builds you have On

New plugin request for feedback: Execute a script every time a build gets deleted

2016-12-05 Thread jayleggettgm
In our build environment, we store build results in up to 3 different locations. Therefore, when a build is deleted in Jenkins, we would like for it to be deleted in the other locations as well. To accomplish this, we need a Jenkins plugin that would execute a script every time a build is

Re: New plugin request for feedback: parameterized scheduler

2016-11-30 Thread Richard Bywater
It would be best to redirect this query to the Jenkins User List as this mailing list is used for development of plugins and not their use. Richard. On Thu, 1 Dec 2016 at 11:46 PC wrote: > Hi, > > I have installed this plugin and am trying to use it. This plugin is >

Re: New plugin request for feedback: parameterized scheduler

2016-11-30 Thread PC
Hi, I have installed this plugin and am trying to use it. This plugin is exactly what I need, as I need to to schedule multiple builds with different parameters at each build. For some reason, the build is not triggering at the scheduled periods. I tried various schedules. Attached are the

Re: New plugin - gradle build

2016-11-17 Thread Taylor Patton
Thanks Jesse! On Saturday, November 12, 2016 at 9:28:10 AM UTC-6, Jesse Glick wrote: > > On Fri, Nov 11, 2016 at 7:10 PM, Taylor Patton <tayl...@gmail.com > > wrote: > > I do not yet see a job for my new plugin here > > Created > > > https://jenkins.ci

Re: New plugin - gradle build

2016-11-12 Thread Jesse Glick
On Fri, Nov 11, 2016 at 7:10 PM, Taylor Patton <taylor...@gmail.com> wrote: > I do not yet see a job for my new plugin here Created https://jenkins.ci.cloudbees.com/job/plugins/job/Cisco-Spark-Notifier-plugin/ -- You received this message because you are subscribed to the Goog

New plugin - gradle build

2016-11-11 Thread Taylor Patton
Hello, Going through this document (https://wiki.jenkins-ci.org/ display/JENKINS/Hosting+Plugins) it says I should let somebody know that my new plugin is a gradle build instead of maven. Although I do not yet see a job for my new plugin here: https://jenkins.ci.cloudbees.com/job/plugins/ Plugin

Re: New Plugin hosting request: Splunk plugin for Jenkins

2016-09-27 Thread Daniel Beck
Hi Ted, Hosting requests are regularly reviewed by our team, but it can take a few days as it's done by volunteers. Daniel > On 27.09.2016, at 14:06, Ted Xiao wrote: > > I would like to request hosting the Splunk plugin >

New Plugin hosting request: Splunk plugin for Jenkins

2016-09-27 Thread Ted Xiao
I would like to request hosting the Splunk plugin https://wiki.jenkins-ci.org/display/JENKINS/Splunk+plugin+for+Jenkins Git repo: https://github.com/splunk/splunkforjenkins Jira ticket: https://issues.jenkins-ci.org/browse/HOSTING-201 License: MIT Thanks, Ted -- You received this message

New Plugin requests

2016-09-15 Thread Nick Grealy
Hi all, I've branched a plugin and was hoping to get it published to the Jenkins Public Repo soonish (we're going to use it here at work). https://issues.jenkins-ci.org/projects/HOSTING/issues/HOSTING-189 What's the usual turn around on new plugins being accepted (assuming everything is ok)?

Re: Problem releasing new plugin version

2016-06-20 Thread anna . rozin
Hi, I'm still stacked. Can anyone please help me? I did all the things that written in INFRA-588 and now I'm getting this again, what's wrong? Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)

Re: Problem releasing new plugin version

2016-06-16 Thread anna . rozin
Thanks for the advice. I'll try it. On Thursday, June 16, 2016 at 2:40:53 PM UTC+3, Baptiste Mathus wrote: > > I guess you're using a JDK6 ? > > If so, the recommendation is to use a JDK8 (or if you can't, at least a > JDK 7). > It seems like findbugs is compiled with JDK 7 bytecode, probably. >

Re: Problem releasing new plugin version

2016-06-16 Thread Baptiste Mathus
I guess you're using a JDK6 ? If so, the recommendation is to use a JDK8 (or if you can't, at least a JDK 7). It seems like findbugs is compiled with JDK 7 bytecode, probably. 2016-06-16 10:40 GMT+00:00 : > Hi Baptiste, > Thanks for the advice, > When

Re: Problem releasing new plugin version

2016-06-16 Thread Daniel Beck
Use JDK 7 or newer. > On 16.06.2016, at 12:40, anna.ro...@whitesourcesoftware.com wrote: > > Hi Baptiste, > Thanks for the advice, > When building the .hpi file on my local machine everything is fine. > But when I'm running it with Jenkins I'm getting this error : > > [INFO] ---

Re: Problem releasing new plugin version

2016-06-16 Thread anna . rozin
Hi Baptiste, Thanks for the advice, When building the .hpi file on my local machine everything is fine. But when I'm running it with Jenkins I'm getting this error : [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ whitesource --- Jun 16, 2016 10:35:47 AM

Re: Problem releasing new plugin version

2016-06-16 Thread Baptiste Mathus
FWIW, when you're doing `mvn deploy` (or release:perform, which does the it too), this uses the tags. So, the recommendation is to really remove those definitions from your pom, and upgrade to the latest plugin-pom. This way you will inherit the value from the parent pom, and using a recent one

Re: Problem releasing new plugin version

2016-06-16 Thread Daniel Beck
> On 16.06.2016, at 09:15, anna.ro...@whitesourcesoftware.com wrote: > > from/to maven.jenkins-ci.org > (http://maven.jenkins-ci.org:8081/content/repositories/releases) This does not look like you applied the solutions in INFRA-588 correctly. This host name is deprecated and should not show

Re: Problem releasing new plugin version

2016-06-16 Thread anna . rozin
36:14 PM UTC+5:30, antonio@flagbit.de >>>> wrote: >>>>> >>>>> Hi Guys, >>>>> >>>>> I hope someone is be able to help me or at least guide me to find the >>>>> problem. I'm maintainer of the following jenk

Re: Problem releasing new plugin version

2016-06-16 Thread anna . rozin
36:14 PM UTC+5:30, antonio@flagbit.de >>>> wrote: >>>>> >>>>> Hi Guys, >>>>> >>>>> I hope someone is be able to help me or at least guide me to find the >>>>> problem. I'm maintainer of the following jenk

Re: New plugin - environment-dashboard

2016-06-01 Thread suresh kumar
Hey Vipin, Good initiate and thought you kept in design and writing this plugin. Yes it has to be updated. 1) Try to incorporate the server topology in environments. ex: For suppose Dev env contains 1 APP, 1 UI and 1 DB, these has to be grouped within Dev env so that user can have a Dev env

Re: New plugin - environment-dashboard

2016-06-01 Thread Caley Goff
Hi do you still maintain this plugin? I'm having issues updating the dashboard after the build finishes. It instead shows just the unexpanded variable. Also I can't seem to quite get the links to work on the dashboard that link back to the actual job details page. Please any tips youc an give

Re: Problem releasing new plugin version

2016-06-01 Thread suresh kumar
5:30, antonio@flagbit.de >>> wrote: >>>> >>>> Hi Guys, >>>> >>>> I hope someone is be able to help me or at least guide me to find the >>>> problem. I'm maintainer of the following jenkins plugin >>>> <htt

Re: Problem releasing new plugin version

2016-06-01 Thread antonio . mansilla
>>> Hi Guys, >>> >>> I hope someone is be able to help me or at least guide me to find the >>> problem. I'm maintainer of the following jenkins plugin >>> <https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin> >>> a

Re: Problem releasing new plugin version

2016-06-01 Thread Baptiste Mathus
e me to find the >>> problem. I'm maintainer of the following jenkins plugin >>> <https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin> >>> and >>> actually trying to release a new plugin version (1.2.1). The problem is >>> t

Re: Problem releasing new plugin version

2016-06-01 Thread antonio . mansilla
meone is be able to help me or at least guide me to find the >> problem. I'm maintainer of the following jenkins plugin >> <https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin> >> and >> actually trying to release a new plugin version (1.2.1

Re: Problem releasing new plugin version

2016-05-31 Thread suresh kumar
or at least guide me to find the > problem. I'm maintainer of the following jenkins plugin > <https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin> > and > actually trying to release a new plugin version (1.2.1). The problem is > that

Problem releasing new plugin version

2016-05-31 Thread antonio . mansilla
Hi Guys, I hope someone is be able to help me or at least guide me to find the problem. I'm maintainer of the following jenkins plugin <https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin> and actually trying to release a new plugin version (1.2.1). The p

When creating a new plugin for Jenkins get this index.jelly exception

2016-05-09 Thread Amir Sinay
Hi, I'm trying to build a new plugin for personal usage and after two days of work I understood how to write a plugin that contributes to the parameters section in the job. After writing down the logic part and starting the Jenkins instance I can add this parameter, however when trying to run

New Plugin or Extending an old one

2016-04-13 Thread Manuel Fuentes Jimenez
I need to develop a plugin that can take test plans from testlink, get the .feature archive from a git repository, matching the test plan and then run a test in OERPScenario using the .feature archive. Thanks for your help. -- You received this message because you are subscribed to the Google

Re: New plugin request: pipeline-milestone-step-plugin

2016-04-11 Thread Manuel Jesús Recena Soto
lt;amu...@cloudbees.com>: >> >> Hello, >> >> >> >> I'm working on a new Pipeline step, it was initially filed against >> >> pipeline-plugin repository, but it has been split recently into >> >> independent >> >> plugin

Re: New plugin request: pipeline-milestone-step-plugin

2016-04-11 Thread Baptiste Mathus
t; > > > Regards, > > > > 2016-04-11 13:43 GMT+02:00 Antonio Muñiz <amu...@cloudbees.com>: > >> Hello, > >> > >> I'm working on a new Pipeline step, it was initially filed against > >> pipeline-plugin repository, but it has been split recently into

Re: New plugin request: pipeline-milestone-step-plugin

2016-04-11 Thread Manuel Jesús Recena Soto
true=51 > > Regards, > > 2016-04-11 13:43 GMT+02:00 Antonio Muñiz <amu...@cloudbees.com>: >> Hello, >> >> I'm working on a new Pipeline step, it was initially filed against >> pipeline-plugin repository, but it has been split recently into independent >

Re: New plugin request: pipeline-milestone-step-plugin

2016-04-11 Thread Manuel Jesús Recena Soto
initially filed against > pipeline-plugin repository, but it has been split recently into independent > plugins. So I need to move this PR to a new plugin. > > So the new plugin would be: > > - ID: pipeline-milestone-step-plugin > - Maintainer: amuniz > > Thanks.

New plugin request: pipeline-milestone-step-plugin

2016-04-11 Thread Antonio Muñiz
Hello, I'm working on a new Pipeline step, it was initially filed against pipeline-plugin repository, but it has been split recently into independent plugins. So I need to move this PR <https://github.com/jenkinsci/pipeline-plugin/pull/355> to a new plugin. So the new plugin would be:

Re: New plugin hosting request

2016-03-22 Thread Baptiste Mathus
Hi Sanketh, I've made a committer on this plugin and the lead of the JIRA component. Please review your inbox, you should have received an invitation. Leonardo is still committer. So, please start progressively, ideally by filing PR instead of directly pushing, and asking for review from your

Re: New plugin hosting request

2016-03-20 Thread Sanketh P B
It's a long wait by now. Could you please let me know the next steps? On Thursday, December 24, 2015 at 3:55:20 AM UTC+5:30, Daniel Beck wrote: > > Given that it's the end of the year I'd prefer to wait a bit longer to > give Leonardo time to respond even if on vacation. > > > On 23.12.2015, at

New Plugin initial pushed on GitHub

2016-02-24 Thread Daniel Mueller
Hi, I have created a Plugin to support the gitflow branching model and I convinced my boss tot o allow me to open source it. It is hosted on GitHub: https://github.com/OSTHUS/jenkins-gitflow-plugin The plugin works successfully for our setup, but not a lot of thought/effort has been put into

Re: New Plugin: Liquibase Runner

2016-01-08 Thread jiten10
email to > jenkinsci-dev+unsubscribe@ > . > For more options, visit https://groups.google.com/d/optout. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/New-Plugin-Liquibase-Runner-tp4699788p4788631.html Sent from the Jenkins dev mailing list archive at Nab

Re: New plugin hosting request

2015-12-23 Thread Sanketh P B
Dear Team, There is no update from the plugin developer/maintainer, please let me know how to proceed here. Thanks, Sanketh On Tuesday, December 15, 2015 at 9:38:27 PM UTC+5:30, Sanketh P B wrote: > > Sure, I agree with you. We could enhance the existing plugin. > @Leonardo Kobus: Please

Re: New plugin hosting request

2015-12-23 Thread Daniel Beck
Given that it's the end of the year I'd prefer to wait a bit longer to give Leonardo time to respond even if on vacation. > On 23.12.2015, at 19:09, Sanketh P B wrote: > > Dear Team, > > There is no update from the plugin developer/maintainer, please let me know > how to

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-12-22 Thread Daniel Beck
I'm not sure where this thread is now -- are you still asking for hosting of this plugin? If so, could anyone speak up wrt whether there are legitimate reasons not to do this? So far the number of existing similar implementations has been mentioned -- how similar are they? Would an

Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Victor Martinez
Hi there, I've been working on some Jenkins automation to disable/delete jobs which haven't been triggered for the last X days based on some crontaks. I've already coded some groovy script and Jenkins jobs to do those actions automatically, but I've found this kind of process a bit ad hoc and

Re: Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Daniel Beck
Hi Victor, we're moving hosting requests to JIRA, and only keep previous requests around on this list until we've handled them. Please follow the instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Requesthosting Daniel > On 22.12.2015, at 17:32,

Re: Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Victor Martinez
Thanks :) -- 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. To view this discussion on the web visit

Re: New plugin hosting request

2015-12-15 Thread Sanketh P B
Sure, I agree with you. We could enhance the existing plugin. @Leonardo Kobus: Please provide your inputs on how to proceed. Thanks, Sanketh On Monday, December 14, 2015 at 1:32:22 PM UTC+5:30, Oleg Nenashev wrote: > > In general we try to avoid creation of new plugins wherever it is >

Re: New plugin hosting request

2015-12-14 Thread Oleg Nenashev
In general we try to avoid creation of new plugins wherever it is possible. IMHO it makes sense to consider integrating the functionality into a single plugin^ because they are very close. I agree that the existing plugin does not cover all your case, but it could be solved by the plugin

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: New plugin hosting request

2015-12-12 Thread Oleg Nenashev
Hi Sanketh, How the plugin differs from https://github.com/jenkinsci/change-assembly-version-plugin ? >From what I see it would be better to update that plugin instead of creating the new one Best regards, Oleg Nenashev пятница, 11 декабря 2015 г., 18:29:12 UTC+3 пользователь Sanketh P B

New plugin hosting request

2015-12-11 Thread Sanketh P B
Dear All, Any updates here? Is this pending due to any changes required? Thanks, Sanketh -- 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

New plugin hosting request

2015-12-11 Thread Sanketh P B
Dear All, Any updates here? Is this pending due to any changes required? Thanks, Sanketh -- 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

Re: New plugin hosting request

2015-12-07 Thread Slide
You posted on a weekend, so please be patient. On Mon, Dec 7, 2015 at 1:04 AM Sanketh P B wrote: > Dear All, > > Any updates here? > > Thanks, > Sanketh > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To

New plugin hosting request

2015-12-05 Thread Sanketh P B
Dear Team, Please find the new plugin details below. GitHub url: https://github.com/sankethpb/assemblyInfo-updater Name of plugin: assemblyInfo-updater GitHub username and jenkins-ci.org user name: sankethpb Description: Provides a build step to update file version, product version

Re: New plugin development: vscale.io slave

2015-12-01 Thread Oleg Nenashev
No code in the repo so far... Are there any plans/milestones? вторник, 17 ноября 2015 г., 15:43:19 UTC+3 пользователь ak...@selectel.ru написал: > > Hi guys, > We are planning to develop jenkins-plugin to run slave jobs on > https://vscale.io > So it'll be very similar to DigitalOcean plugin. >

Re: Making New Plugin (Diff of console, source code, config files etc)

2015-12-01 Thread Oleg Nenashev
h a group of students we are working to develop a > new plugin to jenkins and we were wondering more information about the > process of adding a plugin, if there are any plugins that are similar to > the plugin idea we are making and any suggestions you had to make such a > plugin. &

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-23 Thread Daniel Beck
Looks good. I forked the plugin to https://github.com/jenkinsci/ifttt-build-notifier-plugin and made you a committer. The wiki page should explain what to do next, and how to release: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins I also created a component for it on

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-23 Thread Unmesh Gundecha
Thanks a lot Daniel! -- 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. To view this discussion on the web visit

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-23 Thread kmbulebu
The Docker landscape in Jenkins is kind of a mess, but I do feel this is a good thing for an extensible open source project. The situation is exaggerated here because there is so much interest and momentum in Docker. We've discussed two Docker client libraries in this thread. There is a third,

Re: New Plugin Request: slack-webhook-plugin

2015-11-23 Thread David Pires
Okay, i'll merge with the slack-plugin. Thanks On Monday, November 23, 2015 at 2:57:01 AM UTC-5, Baptiste Mathus wrote: > > +1. IMO we should try and enrich existing plugins particularly when this > is not gonna be a feature bloat, and/or when the codebase isn't too big. > It makes it easier to

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-23 Thread 'Jesse Glick' via Jenkins Developers
On Mon, Nov 23, 2015 at 11:56 AM, kmbulebu wrote: > 'Here's some of the issues I've encountered while working > with the plugins that rely on the docker cli: All valid points (with some workarounds), but the flip side is that when calling a CLI you can reproduce the exact

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-22 Thread Unmesh Gundecha
Hi Daniel, As you suggested, I fixed both the problems. Could you please help me with review and setup the plug-in? Thanks, Unmesh -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails

Re: New Plugin Request: slack-webhook-plugin

2015-11-22 Thread domi
+1 for merging and adding a feature flag in the global configuration to enable one or/and the other functionality /Domi > On 22 Nov 2015, at 21:27, Daniel Beck wrote: > > Would it make sense to integrate this into the Slack Plugin? I mean, it's in > the other direction,

Re: New Plugin Request: slack-webhook-plugin

2015-11-22 Thread Baptiste Mathus
+1. IMO we should try and enrich existing plugins particularly when this is not gonna be a feature bloat, and/or when the codebase isn't too big. It makes it easier to find for users, and maybe less likely to become unmaintained. Cheers Le 23 nov. 2015 8:15 AM, "domi" a écrit :

Re: Request to host a new plugin

2015-11-22 Thread Momin Khan
Any updates on this topic would be much appreciated. Please let me know accordingly. Best Regards, Momin Khan -- 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

Re: New Plugin Request: slack-webhook-plugin

2015-11-22 Thread Daniel Beck
Would it make sense to integrate this into the Slack Plugin? I mean, it's in the other direction, but still… On 22.11.2015, at 07:32, David Pires wrote: > Hi all, > > I'd like to host my plugin on jenkins-ci.org. > • url:

Re: New Plugin Request: slack-webhook-plugin

2015-11-22 Thread David Pires
That was my initial thought, but then reading the wiki (about making unique features) I thought it didn't really have anything to do with the Slack plugin, which is really a notifier, this is more of a simplified ChatBot, that is currently only working with Slack (but could work with HipChat

Re: New Plugin Request: slack-webhook-plugin

2015-11-22 Thread David Pires
Actually making it a generic webhook plugin wouldn't make sense either, as reading the wiki it seems better to make smaller unique plugins which don't require too much configuration. This plugin is the opposite of the Slack plugin as it's a outgoing-webhook, rather than an incoming webhook,

New Plugin Request: slack-webhook-plugin

2015-11-21 Thread David Pires
Hi all, I'd like to host my plugin on jenkins-ci.org. - url: https://github.com/dpires/jenkins-slack-webhook-plugin - name: slack-webhook - github username: dpires - jenkins-ci.org username: dpires - description: A Jenkins plugin that exposes an endpoint to be used by a Slack

Re: New plugin request for feedback: parameterized scheduler

2015-11-19 Thread Baptiste Mathus
Plugin released, any feedback welcome: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Scheduler+Plugin 2015-11-18 6:22 GMT+01:00 Baptiste Mathus : > OK, as we've tested it successfully, I'm going to fork it. > > Thanks > > 2015-11-17 11:14 GMT+01:00 Baptiste Mathus

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-19 Thread Nigel Harniman
Hi Umesh, Out of interest, is this plugin compatible with the Workflow job type? Regards Nigel On Saturday, October 24, 2015 at 1:26:17 PM UTC+1, Unmesh Gundecha wrote: > > Hi, > > I have created a new plugin > <https://github.com/upgundecha/ifttt-build-notifier&

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-18 Thread Unmesh Gundecha
Hi, Any thoughts/views on this? is it good/not so good to be added in the Plug-Ins list? Thanks, Unmesh On Saturday, 24 October 2015 17:56:17 UTC+5:30, Unmesh Gundecha wrote: > > Hi, > > I have created a new plugin > <https://github.com/upgundecha/ifttt-build-notifier&

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-18 Thread Daniel Beck
, 24 October 2015 17:56:17 UTC+5:30, Unmesh Gundecha wrote: > Hi, > > I have created a new plugin for pushing build notifications to IFTTT > (htttp://ifttt.com) channels and I wish to host this on > https://github.com/jenkinsci/ . > > My Github account is upgundecha (h

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread David Karlsen
ббота, 14 ноября 2015 г., 6:07:15 UTC+3 пользователь kmbulebu написал: >> >> Hi, >> >> I'd like to introduce a new plugin for hosting on jenkins-ci.org, the >> docker ephemeral cloud plugin. >> >> Github Home: https://github.com/kmbulebu/docker-ephemeral-clo

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-18 Thread Daniel Beck
On 18.11.2015, at 18:09, Daniel Beck wrote: > * "}{" is a valid project name (unless you're on Windows). So make sure to > escape it when using string concatenation to build your JSON. To clarify, the quotes are part of the project name. -- You received this message

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread Kanstantsin Shautsou
very hard and i didn't want to have broken instances with >> one more untested launcher. Those PR that tried enable JNLP was not exactly >> how it was planned to work from design view point. >> >> If you can later reach consensus with the `docker` plugin devs on the

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread Nigel Magnay
> > > To be honest, the whole list of jenkins docker plugins feels like a zoo > and there is no way a normal user can keep up and make the right choice. > I think this work should be coordinated better and an uptodate comparison > should be kept at a central place. > ..my 2cents > /Domi > > I

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread Kanstantsin Shautsou
> On Nov 18, 2015, at 18:25, Nigel Magnay wrote: > > > To be honest, the whole list of jenkins docker plugins feels like a zoo and > there is no way a normal user can keep up and make the right choice. > I think this work should be coordinated better and an uptodate

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread Kirill Merkushev
org.jenkinsci.plugins.* prefix for new packages) суббота, 14 ноября 2015 г., 6:07:15 UTC+3 пользователь kmbulebu написал: > > Hi, > > I'd like to introduce a new plugin for hosting on jenkins-ci.org, the > docker ephemeral cloud plugin. > > Github Home: https://github.com/kmbulebu/docker-eph

Re: New Plugin Hosting (IFTTT Build Notifier)

2015-11-18 Thread Unmesh Gundecha
Hi Daniel, I think have I fixed both the problems just now. Could you please review? Thanks, Unmesh -- 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

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread Kanstantsin Shautsou
ore untested launcher. Those PR that tried enable JNLP was not exactly how it was planned to work from design view point. > > If you can later reach consensus with the `docker` plugin devs on the > approach to take for a general-purpose Docker cloud provider, it > should be possible t

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-18 Thread domi
ts, ssh launching > stabilisation was very hard and i didn't want to have broken instances with > one more untested launcher. Those PR that tried enable JNLP was not exactly > how it was planned to work from design view point. > > If you can later reach consensus with the `docker` p

Making New Plugin (Diff of console, source code, config files etc)

2015-11-18 Thread Jimmy Chen
Dear Jenkins Dev: In one of my classes with a group of students we are working to develop a new plugin to jenkins and we were wondering more information about the process of adding a plugin, if there are any plugins that are similar to the plugin idea we are making and any suggestions you had

New plugin development: vscale.io slave

2015-11-17 Thread akme
Hi guys, We are planning to develop jenkins-plugin to run slave jobs on https://vscale.io So it'll be very similar to DigitalOcean plugin. If you are interested in contribution, join https://github.com/vscale/jenkins-vscale API documentation: https://developers.vscale.io/documentation/api/v1/

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-17 Thread 'Jesse Glick' via Jenkins Developers
`docker` plugin devs on the approach to take for a general-purpose Docker cloud provider, it should be possible to unify code into a new plugin release. Automatic migration of user settings will be a bit trickier but is possible. By the way your comparison chart neglected to mention https://gith

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-17 Thread Nigel Magnay
ent client libraries. No clear winner yet. > · Slave launcher: yours uses JNLP; `docker` plugin currently ships > SSH, has JNLP support in code but disabled. > > If you can later reach consensus with the `docker` plugin devs on the > approach to take for a general-purpose Docker cloud pr

Re: New plugin request for feedback: parameterized scheduler

2015-11-17 Thread Baptiste Mathus
OK, as we've tested it successfully, I'm going to fork it. Thanks 2015-11-17 11:14 GMT+01:00 Baptiste Mathus : > Hi, > > Note: this is *not* a fork request. > > Just an email here to get potential feedback about that plugin [1]. I've > already gotten some feedback from Daniel

New plugin request for feedback: parameterized scheduler

2015-11-17 Thread Baptiste Mathus
Hi, Note: this is *not* a fork request. Just an email here to get potential feedback about that plugin [1]. I've already gotten some feedback from Daniel [2] and agreement from the original author to take ownership [3]. This plugin adds a new trigger field which basically lets you plan simply

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-16 Thread R. Tyler Croy
(replies inline) On Fri, 13 Nov 2015, kmbulebu wrote: > I'd like to introduce a new plugin for hosting on jenkins-ci.org, the > docker ephemeral cloud plugin. > > Github Home: https://github.com/kmbulebu/docker-ephemeral-cloud > Github and Jenkins username: kmbulebu > Name

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-11-16 Thread kmbulebu
, November 16, 2015 at 10:34:07 AM UTC-5, R Tyler Croy wrote: > > (replies inline) > > On Fri, 13 Nov 2015, kmbulebu wrote: > > > I'd like to introduce a new plugin for hosting on jenkins-ci.org, the > > docker ephemeral cloud plugin. > > > > Github Home: https

New Plugin hosting request: Docker Ephemeral Cloud

2015-11-13 Thread kmbulebu
Hi, I'd like to introduce a new plugin for hosting on jenkins-ci.org, the docker ephemeral cloud plugin. Github Home: https://github.com/kmbulebu/docker-ephemeral-cloud Github and Jenkins username: kmbulebu Name: docker-ephemeral-cloud-plugin Description: The Docker Ephemeral Cloud plugin

<    1   2   3   4   5   6   7   8   9   10   >