Re: Failing to install developed plugin

2013-09-16 Thread Jesse Glick
On Mon, Sep 16, 2013 at 5:20 PM, evernat wrote: > It's WEB-INF/lib/classes.jar and they are now created in Jenkins for each > plugin, to be remoting friendly. So that is a possible explanation for the bug: the repacking might produce different content somehow. -- You received this message becau

Re: implementation of equals and hashcode method in AbstractItem ?

2013-09-16 Thread Jesse Glick
On Mon, Sep 16, 2013 at 4:08 PM, Hugo Arès wrote: > GerritTrigger class contains an abstractProject Then this is probably the bug; it should not keep such a field (even transient), but keep a final String projectFullName. -- You received this message because you are subscribed to the Google Gro

Looking for an example...

2013-09-16 Thread Fisher, Allen
I'm doing some work on a plugin and I'm looking for a plugin that writes to the /Jobs/JobName folder, like how the nextBuildNumber file gets written. I need to store a date that an action was last run… unless there's a more "accepted" way of doing that. Thanks! Allen Allen Fisher Continuous I

Re: 1.509.4 backporting

2013-09-16 Thread Daniel Beck
Marked it as lts-candidate, so it'll show up for backporting. It might still be too recent though. On 16.09.2013, at 23:12, Stefan Wolf wrote: > Hi, > > I would like to have https://github.com/jenkinsci/jenkins/pull/916 backported > (The commits are for issue 9637). > What would I have to do

Re: Failing to install developed plugin

2013-09-16 Thread evernat
For information, it's not classes.jar from the JRE. It's WEB-INF/lib/classes.jar and they are now created in Jenkins for each plugin, to be remoting friendly. Since https://github.com/jenkinsci/jenkins/commit/f7330d7a158eff6705706b1f812993a9b918c351 Emeric Le lundi 16 septembre 2013 08:44:05 UT

Re: 1.509.4 backporting

2013-09-16 Thread Stefan Wolf
Hi, I would like to have https://github.com/jenkinsci/jenkins/pull/916 backported (The commits are for issue 9637). What would I have to do to accomplish this? Best regards, Stefan Am Montag, 16. September 2013 14:41:05 UTC+2 schrieb ogondza: > > It is in sync now. > > > On Mon, Sep 16, 2013 at

Re: implementation of equals and hashcode method in AbstractItem ?

2013-09-16 Thread Hugo Arès
I will explain the problem with the equals method but the same apply for the hashcode (actually, the hashcode is the one causing the problem in my case) GerritTrigger class contains an abstractProject, after reloading the configuration from disk, the equals method of GerritTrigger is no longer

implementation of equals and hashcode method in AbstractItem ?

2013-09-16 Thread Hugo Arès
Hi Since the item.getFullName is identifying the item uniquely, is it wrong to think that the equals and hashcode should be implemented and based on the full name? I am asking because I found a bug in the gerrit trigger plugin and it's because after reloading the configurations from disk. ther

Re: fork request for plugin: quarantine

2013-09-16 Thread Samuel Nobs
could the source code still be hosted on jenkinsci github so that others in the community could contribute if they wanted to? your concerns probably mean that it should not be released until these are addressed? On Tue, Sep 17, 2013 at 12:35 AM, Jesse Glick wrote: > On Sun, Sep 15, 2013 at 6:39

Re: implementation of equals and hashcode method in AbstractItem ?

2013-09-16 Thread Jesse Glick
On Mon, Sep 16, 2013 at 2:30 PM, Hugo Arès wrote: > I found a bug in the gerrit trigger plugin Not sure which bug you are referring to but I suspect that adding AbstractItem.equals is the wrong fix. -- You received this message because you are subscribed to the Google Groups "Jenkins Developer

Re: fork request for plugin: quarantine

2013-09-16 Thread Jesse Glick
On Mon, Sep 16, 2013 at 2:44 PM, Samuel Nobs wrote: > your concerns probably mean that it should not be released until these are > addressed? Not necessarily; just that the current implementation is probably not what we want for such a feature in the future, and that energy should be put into ma

Want to do build using patches

2013-09-16 Thread asif
Hello all I am trying to set up a project using a patch update, so when there is new update to sepecific area it will update that as a patch and create a build, in that way we should be able to test if certain change passes the build. If anyone knows any good link and tutorial please let me kno

Re: Avoiding multiple ticket filing to Bug Tracker from Jenkins / Hudson for same test case failure.

2013-09-16 Thread Chethan B D
Hi, Can anybody give me idea on how to accomplish below query by developing a new Mantis/ bugzilla plugin for Jenkins?? BR, Chethan On Friday, September 13, 2013 1:25:55 PM UTC+5:30, Chethan B D wrote: > > Hi Daniel, > > Automatically filing to bug tracker is working when developer commits code

Re: Hosting PureCM Plugin

2013-09-16 Thread Stephen Worthington
Thank-you for adding that. I am using GitHub. I create a clone of the repository. Add my files, commit and publish. But I then get the error with the 'git push' command: remote: Permission to jenkinsci/purecm-plugin.git denied to PureCM. fatal: unable to access 'https://github.com/jenkinsci/purecm

Triggering jobs via URL with parameters

2013-09-16 Thread randal cobb
Hello all, I have this scenario: We have approx. 225 different builds for components in a large project I'm responsible for. Each of those builds needs to be able to build from any of 3 different branches in subversion, or any arbitrary number of tags; so, we're using the Subversion plugin to

Re: 1.509.4 backporting

2013-09-16 Thread Oliver Gondža
It is in sync now. On Mon, Sep 16, 2013 at 2:17 PM, Jesse Glick wrote: > Looks like this has already begun. Can we make sure the label > 1.509.4-fixed gets applied to things that are backported? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Develo

Re: fork request for plugin: quarantine

2013-09-16 Thread Jesse Glick
On Sun, Sep 15, 2013 at 6:39 PM, Samuel Nobs wrote: > can you please explain the potential issue with maven projects a little > further? do they not use the junit publisher? Not as an explicitly configured build step, no; instead test results in the locations dictated by the POM are published au

1.509.4 backporting

2013-09-16 Thread Jesse Glick
Looks like this has already begun. Can we make sure the label 1.509.4-fixed gets applied to things that are backported? -- 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

Re: Changing the group id for a plugin

2013-09-16 Thread nicolas de loof
I did for git-plugin and didn't suffered this issue. Just the twitter bot considered it to be "new" 2013/9/16 Christian Wolfgang > Hi. > > I changed the group id of my plugin and now new releases don't have > any effect at all. They don't show up in plugin management in Jenkins, > the wiki stil

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Richard Bywater
Please do not double post into the dev group especially when this is a "users" issue and the you only raised the question 1 hour ago. I have responded to you in the other group. Richard. On Mon, Sep 16, 2013 at 7:18 PM, Gocol Dev wrote: > Hi folks, > > I am looking for some help in uninstall

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Gocol Dev
Hi folks, I am looking for some help in uninstalling or working around the forgot admin password issue in version 1.530. And, I dont seem to have the config.xml file. It seems like jenkins somehow remembers the old admin password/setting and keeps prompting for password even after re-install.

Changing the group id for a plugin

2013-09-16 Thread Christian Wolfgang
Hi. I changed the group id of my plugin and now new releases don't have any effect at all. They don't show up in plugin management in Jenkins, the wiki still have the last version as latest and neither the rss feed or twitter mentions the releases, but the artifacts are in the Jenkins repo. Is it