Releasing plugin problem

2013-08-08 Thread Sapone
For a few days, trying to release my plugin, but it does not appears in: http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ Maven release log in attachement, it looks fine to me. What am I doing wrong? (Plugin repo: https://github.com/jenkinsci/shared-workspace-plugin) -- You received

Re: [POLL] how addicted are you to the current Subversion plugin's authentication model?

2013-08-08 Thread domi
I think we should do this… At one point in time we should not be afraid to really drop stuff which needs evolution our has proven to be done in an other/better way. I do like copatability - but on the other hand the users want quality and if we find a way to clearly state the changes - the users

Re: Plugin Installation trend not updated on the Jenkins wiki

2013-08-08 Thread Kohsuke Kawaguchi
Ah, indeed. It looks like the installation stats on the plugin masthead had stopped at June. Let me look into what's going on... On 08/07/2013 09:09 AM, Jan Molak wrote: Hi all, I was wondering if anyone could shed some light onto how often the plugin installation trend (http://stats.jenkin

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread Kohsuke Kawaguchi
I think this is great! It's certainly a long awaited feature. I agree with Kevin that this would likely eventually require some changes in JUnitParser for efficiency. But I think it's good thing to do. What do you think about spending an office hour on topic so that we can hash out challenge

Re: Plugin extension point for Job to Node assignment

2013-08-08 Thread Kohsuke Kawaguchi
I think traditionally this kind of use case has been implemented as a Cloud extension point and RetentionStrategy (or perhaps QueueTaskDispatcher.) The idea is to create a new slave and then throw it away immediately after use. Jenkins maintains a connection to a slave all the time, so rol

Re: My wiki account

2013-08-08 Thread Kohsuke Kawaguchi
I checked the Confluence admin UI, and as far as I can tell your user account is still intact and active. In fact it actually shows that you have logged in today (16:29 but unknown time zone --- central?) I assume you've been seeing a login failure on Wiki, but the same password is working e

Re: [NOTICE] Credentials, SSH Credentials, SSH Agent and SSH Slaves

2013-08-08 Thread Jesse Glick
I also found that there were binary incompatibilities in both the ssh-credentials and ssh-slaves plugins. Fixed the ones I found and released updates, but there may well be others unreported. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.

My wiki account

2013-08-08 Thread Larry Shatzer, Jr.
Kohsuke, Sometime today my account (lshatzer) on the wiki was deleted. My jira account still works, as does the account admin app ( https://jenkins-ci.org/account/). Is there any way to restore my account, or figure out who or what deleted it? Thanks! -- Larry -- You received this message bec

Re: Plugin extension point for Job to Node assignment

2013-08-08 Thread Alex Szczuczko
I think I've solved my problem. Although I didn't find the extension point I was looking for, I managed to modify the RunListener implementation to cleanly cycle the connection, allowing the job to continue executing. Details are on the revert_on_job_start branch of my fork of the libvirt-slave

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread Roman
Hi, Could you please describe more how do you do it? I use junit results for non-java tests and and want to see realtime results feature but Test+In+Progress+Plugin oriented on java events. Thanks, Roman On 08/08/2013 07:41 PM, ogondza wrote: > Thanks, never heard about the plugin before.

[CPPTest] Compilation failed

2013-08-08 Thread Adrien Lecharpentier
Hello, I'm trying to give an improvement to cpptest-plugin but I can't compiled it out of the box due to : > Version of org.jvnet.hudson.main:maven-plugin:jar:1.395 is inconsistent > with org.jenkins-ci.main:maven-plugin:jar:1.410 > I've tried maven 2.2.1 and 3.0.5 as well as jdk 1.6 and 1.7. >

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Re-executing the JUnitParser is going to be very expensive for builds with a large number of unit tests. When I've considered this sort of thing in the past, I was pretty certain that it would require 'help' from the project itself, so that the parser can be made aware of newly-available test re

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread Larry Shatzer, Jr.
I've not used the plugin, since it does require some extra setup on the project side, such as extra jar, and tests setup with a specific runner, or something like that. You might want to contact the plugin maintainer for more help or information. -- Larry On Thu, Aug 8, 2013 at 9:41 AM, ogondza

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread ogondza
Thanks, never heard about the plugin before. This seems to require assistance from the project being built, right? I simply rerun JUnitParser to collect report files regardless where did they come from. Perhaps I'm wrong. I do not have enough time try it out. -- oliver > -- You received thi

Re: Email-Ext and "Add Watch" a la JIRA

2013-08-08 Thread Vincent Latombe
Hi, indeed, this is why I used the word 'emulated', the current behaviour could really be improved if it was implemented like you describe it (let the use select for each job on which event he wishes to receive notifications). For the Favorite plugin, the list of favorite jobs is stored as a User

Re: New Feature: Realtime test results for JUnit

2013-08-08 Thread Larry Shatzer, Jr.
How does this differ from https://wiki.jenkins-ci.org/display/JENKINS/Test+In+Progress+Plugin? On Thu, Aug 8, 2013 at 6:18 AM, oliver gondža wrote: > Hi, > > I have started working on a feature that would allow users to look at > JUnit Test Results while the build is still running. The Test Res

Re: Email-Ext and "Add Watch" a la JIRA

2013-08-08 Thread Slide
Hi, I'll have to look into the Favorite plugin, I hadn't heard of it before. The one thing that I am planning on doing is not just a global "watch" for the entire job, but allow a user to add a watch for only unstable builds, or only failing builds, etc. Basically allow them to configure a watch f

Re: Email-Ext and "Add Watch" a la JIRA

2013-08-08 Thread Vincent Latombe
Hi, actually that behaviour can be already emulated by using the Favorite plugin and its ${FAVORITE_USERS_EMAIL} token. I added that to the global recipients for all jobs, so anyone that wants to watch a given job just has to flag it as favorite. Otherwise, I think the 'read' permission covers ex

Email-Ext and "Add Watch" a la JIRA

2013-08-08 Thread Slide
I'm looking at implementing an "Add Watch" feature to the email-ext plugin similar to the "Add Watch" in JIRA in relation to [1]. The idea itself is not difficult to implement, what I want to get some feedback on is the security scope for this feature. What security level do people think should be

New Feature: Realtime test results for JUnit

2013-08-08 Thread oliver gondža
Hi, I have started working on a feature that would allow users to look at JUnit Test Results while the build is still running. The Test Result page is updated with new results as they are produced by underlying build until they are turned into final Test Results as we know them. As it is an

[POLL] how addicted are you to the current Subversion plugin's authentication model?

2013-08-08 Thread Stephen Connolly
My desired changes will migrate existing credentials into the credentials store and be done. The existing SVNCredentialProvider extension point would be dead. That extension point does not provide sufficient information to upscale it to a credentials-plugin CredentialsProvider... Though it would b

Re: Jenkins plugin release RSS-feed dead?

2013-08-08 Thread Björn Pedersen
I checked the jenkins-ci page: The infa_release.rss jobs is failing with a NPE since Aug. 1 -- 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+

RE: Join the jenkins development group

2013-08-08 Thread k.qing
Hi, Richard Thank you for your comments.I will think about it and give a appropriate name to the plugin. thanks a lot. Date: Tue, 6 Aug 2013 19:55:20 -0700 From: ml-node+s361315n4676116...@n4.nabble.com To: k.q...@outlook.com Subject: Re: Join the jenkins development group Just a thoug

Re: Updating the standard information on a Plugin wiki page

2013-08-08 Thread Jim Gallagher
Thank you - I'll investigate this. On Wednesday, 7 August 2013 12:31:12 UTC+1, FredG wrote: > > Hi, > > Currently the confluence macro > > https://github.com/jenkinsci/backend-jenkins-plugin-info-plugin/blob/master/src/main/java/org/jenkinsci/confluence/plugins/JenkinsPluginInfoMacro.java > > o

RE: Newbie problem: can't merge my own PR

2013-08-08 Thread Sandell, Robert
Hmm, I don't see the merge button either. I guess the redmine-plugin repo has some special settings or the bot failed to add access to the correct group when creating the repo. Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communications From: je