Updating Test-In Progress plugin

2014-03-24 Thread Varun Menon
Hi, Test-in progress is a cool plugin to know the status of the running tests but it only supports Junit testing framework as of now. I am currently working on the said plugin to make it generic and start supporting other unit test frameworks as part of it. I had raised the pull request for

Re: SDK for Python plugins in development

2014-03-24 Thread Tomáš Bambas
Hi all, Python Wrapper Plugin v 1.0 has been released. You can check the demo plugin https://github.com/conyx/installshield-plugin/ for the quick overview. tb -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this

help for release plugin

2014-03-24 Thread Laurent RICHARD
hello, when i build my plugin with : mvn release:prepare release:perform i see success for : Uploaded: http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/composer-security-checker/1.3-SNAPSHOT/composer-security-checker-1.3-20140323.224438-2.hpi but my

Re: help for release plugin

2014-03-24 Thread Ulli Hafner
You probably hit the snapshot bug of the maven-release-plugin with git = 1.8. http://jenkins-ci.361315.n4.nabble.com/mvn-release-does-not-work-only-publishes-SNAPSHOT-releases-td4657620.html#a4657831 Am 24.03.2014 um 10:20 schrieb Laurent RICHARD eas...@gmail.com: hello, when i build my

Re: Updating Test-In Progress plugin

2014-03-24 Thread Ulli Hafner
Hi Varun, what is your Github user name? I can grant you access to the plugin so that you can merge the change on your own… Ulli Am 24.03.2014 um 09:04 schrieb Varun Menon mr.varun.me...@gmail.com: Hi, Test-in progress is a cool plugin to know the status of the running tests but it only

Re: Updating Test-In Progress plugin

2014-03-24 Thread Varun Menon
My github id is menonvarun https://github.com/menonvarun Thanks Varun On Monday, March 24, 2014 3:13:06 PM UTC+5:30, Ullrich Hafner wrote: Hi Varun, what is your Github user name? I can grant you access to the plugin so that you can merge the change on your own… Ulli Am 24.03.2014 um

Re: Backporting for 1.532.3 started

2014-03-24 Thread Jesse Glick
On Sun, Mar 23, 2014 at 11:33 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: A fix for Java 8 Specifically: https://issues.jenkins-ci.org/browse/JENKINS-18537 -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Opensourcing a plugin under a different github org

2014-03-24 Thread Surya Gaddipati
My employer is interested in opensourcing a plugin that we developed in house. But we would like our plugin to be under github org not jenkins-ci ( for obvious reasons) . Is it possible to make plugin show up in the default jenkins update center? -- You received this message because you are

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread Bruno P. Kinoshita
I believe it is, the Dynamic Parameter seems to be hosted elsewhere https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in   HTH Bruno From: Surya Gaddipati suryapraka...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Monday, March

[ANN] Jenkins User Conference: Call for papers

2014-03-24 Thread Kohsuke Kawaguchi
JUC is coming to Boston, Berlin, and Israel in this June July. The deadline for call of papers is the end of March. The incredible diversity of Jenkins and its plugin ecosystem means we could all learn from each other a lot about how we use them. I'm personally really looking forward to

Re: help for release plugin

2014-03-24 Thread Laurent RICHARD
thanks for build i add this : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId version2.3.2/version configuration source1.5/source

Re: help for release plugin

2014-03-24 Thread Laurent RICHARD
thanks for build i add this : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId version2.3.2/version configuration source1.5/source

Re: Backporting for 1.532.3 started

2014-03-24 Thread Daniel Beck
On 24.03.2014, at 16:40, Jesse Glick jgl...@cloudbees.com wrote: On Sun, Mar 23, 2014 at 11:33 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: A fix for Java 8 Specifically: https://issues.jenkins-ci.org/browse/JENKINS-18537 Trivial workaround: Don't use Java 8 yet. This looks

infra_changelog_refresh broken

2014-03-24 Thread Daniel Beck
The changelog updater is failing since Wednesday. https://ci.jenkins-ci.org/job/infra_changelog_refresh/ -- 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

Spam protection problem

2014-03-24 Thread Daniel Beck
From backend-account-app, it looks like all the users requesting an account on the list must do so because they use a throwaway email account provider. Why are users who use these email addresses allowed to register at all? If this is the account used for e.g. Jira, it'll only prevent

Re: Spam protection problem

2014-03-24 Thread Richard Bywater
Guess it depends on the definition of a throwaway email account provider. Presumably Gmail.com Hotmail.com (or is that outlook.com now?) would be covered by that but there's plenty of people who use them as their main email accounts. Richard. On Tue, Mar 25, 2014 at 9:31 AM, Daniel Beck

new plugin (stash branch parameters plugin)

2014-03-24 Thread Erw Oldenkamp
Hello, I'd like to create a new plugin to build branches and tags via a parameter. GitHub username: eernie GitHub repo: https://github.com/Eernie/StashBranchParametersPlugin Plugin name: Stash Branch Parameters plugin Please help grant the commit access. Thanks, Eernie -- You received this

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread nicolas de loof
yes, no problem, even it's easier for contributors to find its source code when present in jenkinsci org. 2014-03-24 19:04 GMT+01:00 Surya Gaddipati suryapraka...@gmail.com: My employer is interested in opensourcing a plugin that we developed in house. But we would like our plugin to be under

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread Kohsuke Kawaguchi
We might not be enforcing it today, but it's at least my intention that we want all the plugins in the community update center be hosted on our GitHub org. To me, it's an important part of creating an incentive for people to come to the community. There's also the continuity problem --- if

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread Richard Bywater
+1 to trying to keep them in the same place. On Tue, Mar 25, 2014 at 12:36 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: We might not be enforcing it today, but it's at least my intention that we want all the plugins in the community update center be hosted on our GitHub org. To me, it's an

Re: infra_changelog_refresh broken

2014-03-24 Thread Jan Ruzicka
Would adding -3 to job's curl parameters help? On Mar 24, 2014, at 16:29, Daniel Beck wrote: The changelog updater is failing since Wednesday. https://ci.jenkins-ci.org/job/infra_changelog_refresh/ -- You received this message because you are subscribed to the Google Groups Jenkins