Re: A plug-in for displaying build charts/images

2012-07-12 Thread Roman
Hi Bruno, could you please publish screen of your plugin? I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version. Thanks, Roman Bruno P. Kinoshita

Re: Re: New Plugin

2012-07-12 Thread nicolas de loof
+ CI job https://jenkins.ci.cloudbees.com/job/plugins/job/lotus-connections/ 2012/7/12 Vojtech Juranek vjura...@redhat.com Hi, forked as lotus-connections-plugin [1]. I got some error when setting up teams, so please verify that you have the commit rights. Welcome aboard! Vojta [1]

Re: new CustomHistory plugin

2012-07-12 Thread Roman
It published there https://github.com/ryg-/CustomHistory Thanks, Roman nicolas de loof nicolas.del...@gmail.com писал(а) в своём письме Thu, 12 Jul 2012 11:47:07 +0400: Can you please publish your plugin on your own github account so that we can fork it on jenkinsci organisation ?

Re: new CustomHistory plugin

2012-07-12 Thread nicolas de loof
oups ... Failed to fork a repository: https://api.github.com/repos/jenkinsci/CustomHistory/teams anyway repo has been forked : https://github.com/jenkinsci/custom-history-plugin and CI job : https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/ 2012/7/12 Roman rgrigor...@gmail.com

Re: new CustomHistory plugin

2012-07-12 Thread Roman
Thank you! nicolas de loof nicolas.del...@gmail.com писал(а) в своём письме Thu, 12 Jul 2012 12:39:48 +0400: oups ... Failed to fork a repository: https://api.github.com/repos/jenkinsci/CustomHistory/teams anyway repo has been forked : https://github.com/jenkinsci/custom-history-plugin and

Re: Plugin's configuration appears twice

2012-07-12 Thread Simone
Finally I understand what was the problem. First, I have to put only one time @extension; Second when i do a package firstly i must do a clean. 2012/7/12 Simone simome...@gmail.com I thought that it was the problem but it doesn't. A day it works (whit that method), the day after it appears

JENKINS-14355 fingerprint .git/FETCH_HEAD

2012-07-12 Thread Antoine Musso
Hello Jenkins dev, I am having a Jenkins installation with downstream jobs and using several git repositories. To keep track of jobs relations, I have been using the Fingerprint plugin to fingerprint **/.git/FETCH_HEAD. It used to work back with 1.431 and was broken with 1.458 at least. Still

Re: Re: RC for LTS 1.466.1 // was: Re: Backports to LTS 1.446.1

2012-07-12 Thread Vojtech Juranek
Hi, it seems that the bits are not on mirrors. When trying to download, I'm getting HTTP 404. Could you please take a look? Thanks Vojta On Thursday 12 July 2012 08:55:42 Kohsuke Kawaguchi wrote: 1.466.1-rc1 tag and binaries pushed to http://mirrors.jenkins-ci.org/ 2012/7/10 Kohsuke

Re: how to serve out bundled artifact?

2012-07-12 Thread Max Spring
I know that I can have fixed resources put under src/main/webapp, but in my case it's generated resources. Generating them into target/generated-resources and adding a build-resources-resource-directory doesn't do the trick. I can't find an example in any plugin either. -Max On 07/11/2012

[no subject]

2012-07-12 Thread RCR
Hi everybody,   Is it possible to rename  weblogic-deployer JIRA component to 'weblogic-deployer-plugin' because the 'Open Issues' link on the jenkins wiki page doesn't work. Thanks,

Re: New CAS single sign-on plugin

2012-07-12 Thread Fabien Crespel
Thanks for your feedback :-) I merged your pull request and added 2 commits, to fix an extraneous / character in the logout URL and a problem with SAML 1.1 when running under the embedded Jetty from the HPI plugin. So you should be able to test the plugin simply by running mvn hpi:run from the

Re: A plug-in for displaying build charts/images

2012-07-12 Thread Bruno P. Kinoshita
Hi Ben, That's exactly my case, each build run generates many images (FWIW, they are generated using ape R package, and may change from build to build). The current version displays the images from the build workspace, but I believe it would be possible to add an action to the build and show

Re: How to tell Jenkins to use a different ASM version when comes to a specific plugin?

2012-07-12 Thread Ognjen Bubalo
The shade plugin helped me in this: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-shade-plugin/artifactId version1.3.1/version Thanks to everyone for the ideas, ogi

Which function to get all users list?

2012-07-12 Thread tigren zhang
Hello everyone, We wrote a new filter to integrate Jenkins with our own enterprise user system. The filter is very simple, if the user already existed, the log in; if not, create a new user. The filter worked well until someone said he could not log into Jenkins. We saw the log and found that

Difference between mvn release and pushing to github repo

2012-07-12 Thread Louis Li
Hi all, This is a beginner question, but what's the difference between pushing to github via mvn release and pushing manually? Will both allow plugins to be updated in the page? (I'm not sure how the plugin scanning / build process works). Thanks! Louis

Re: A plug-in for displaying build charts/images

2012-07-12 Thread Benjamin Lau
Bruno, Sounds awesome and I'm looking forward to it! Once you've released I'll try and help out if I can. Ben On Thu, Jul 12, 2012 at 6:09 PM, Bruno P. Kinoshita brunodepau...@yahoo.com.br wrote: Hi Ben, That's exactly my case, each build run generates many images (FWIW, they are