[no subject]

2023-01-09 Thread Kul Bhushan Srivastava
Hi Team, Need your help! I have been using the jenkins-ci plugins for my custom plugin development. Until now I was able to compile the maven dependencies against java8. All of sudden the dependencies which are getting downloaded are compatible with java11 and not with java8. So facing the bel

[no subject]

2021-03-23 Thread Rick
Rick Jenkins 中文社区(Jenkins Chinese Community) r...@jenkins-zh.cn 码云 https://gitee.com/jenkins-zh GitHub https://github.com/jenkins-zh | | | | | | -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group

[no subject]

2017-12-21 Thread Miguelangel Fernandez
Hi everyone, I've written a Jenkins plugin to implement my own authentication mechanism by extending hudson.security.SecurityRealm. Now I'm trying to create my own custom "Access Denied" page, to display when a user types in the wrong password or simply doesn't have access. To do this, I've create

[no subject]

2016-07-26 Thread nanda kishore
Hi professional, This is Kishore from Agile Enterprise Solutions. This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, salary compensation and contact details ASAP * Title : Groovy on Grails Tech

[no subject]

2016-01-04 Thread Alex Soto Bueno
-- Alex Soto Software Engineer CloudBees, Inc. skype: asotobu github: lordofthejars blog: lordofthejars.com -- 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

[no subject]

2015-02-06 Thread Ivo Bellin Salarin
In a class derived from Project the instruction this.getSCMs().add(gitSCM) causes the compilation error: incompatible types: GitSCM cannot be converted to CAP#1 where CAP#1 is a fresh type-variable: CAP#1 extends SCM frpù capture of ? extends SCM The object gitSCM is being initialized

[no subject]

2014-03-19 Thread Stephen Connolly
Kohsuke, Could you please delete the following repos (all code has been pushed to the s/codahale-//g version) https://github.com/jenkinsci/codahale-metrics-plugin https://github.com/jenkinsci/codahale-metrics-graphite-plugin https://github.com/jenkinsci/codahale-metrics-ganglia-plugin https://gith

[no subject]

2013-12-05 Thread Slide
I upgraded my pom to use 1.532.1 as the parent version for my plugin. I started getting the following during execution of tests, is it something I need to be worried about? It doesn't cause my tests to fail or anything, but it doesn't look good either. java.lang.InstantiationException: java.lang.N

[no subject]

2013-11-12 Thread Peter Liljenberg
I've written a simple Jenkins plugin to fail builds when code quality decreases (test coverage, static analysis), not sure if this exists already? If not I would like to make it available to the community, the code is hosted on GitHub under my name ( https://github.com/pliljenberg/build-regression

[no subject]

2013-09-17 Thread Pelle Pelster
-- 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. For more options, visit https://groups.google.com/groups/opt_o

[no subject]

2013-08-02 Thread prithish chanda
Team, I am using site monitor plug to access lower qa envs ( https://wiki.jenkins-ci.org/display/JENKINS/SiteMonitor+Plugin) I would like to extend this plug in to access some of the url with basic auth for eg:- http://username:password@http://yoursite.com Went through the source code and made t

[no subject]

2013-05-13 Thread Chacon, Roger Alejandro
-- 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. For more options, visit https://groups.google.com/groups/opt_o

[no subject]

2013-05-02 Thread RCR
Hy,   I'm struggling with complex type attribute storage for my plugin configuration. Is there anybody can explain me how to deal with it?   Regards -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop r

[no subject]

2013-05-01 Thread RCR
Hi Everybody,   I'm looking for the method which fill up a textbox value when setting an another field. The same as the doFillXXXItems with the select tag but for textbox tag? Does it exists ?   Thanks,   Regards, -- You received this message because you are subscribed to the Google Groups "Je

[no subject]

2013-03-01 Thread RCR
Hi,   Is there anybody can explain me how to inject Guice component to my plugin.   Here is what I did :   extended AbstractModule to define my component binding :   @Extension public class ModuleImpl extends AbstractModule {   /* (non-Javadoc) * @see com.google.inject.AbstractModule#configure() */

[no subject]

2013-02-09 Thread RCR
Hi,   I can'l perform my plugin release. Upload task fail on Unauthorised error while I use my jenkins username/password    Failed to transfer file: http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/weblogic-deployer-plugin/1.4/weblogic-deployer-plugin-1.4.hpi.

[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,