Re: Update one f:dropdownList when a selection is changed in another

2015-10-27 Thread Stephen Connolly
It cannot, as you have rendered the whole page before the user can select anything and the tag was not written to support list filtering. The way to handle this would be to use a "wrapper" for the first drop down and then render the second drop down within the wrapper always... that means you will

Re: Request review and comments: Copyartifact 2.0

2015-10-27 Thread Richard Bywater
Had a brief peek at the Wiki page and looks interesting. One question I have is whether it is planned to support the multi branch plugin? Richard On Wed, 28 Oct 2015 12:08 pm Ikedam wrote: > Hello. > > I'm developing a big change for copyartifact plugin, which I plan to > release as copyartifac

Request review and comments: Copyartifact 2.0

2015-10-27 Thread Ikedam
Hello. I'm developing a big change for copyartifact plugin, which I plan to release as copyartifact-2.0. I want reviews and comments for this change. https://wiki.jenkins-ci.org/display/JENKINS/Preview+for+Copy+Artifact+2.0 https://github.com/jenkinsci/copyartifact-plugin/pull/71 https://github.

Re: [Jelly] Configure rendering in "non-permissive" mode: crash if referencing undefined things?

2015-10-27 Thread Jesse Glick
On Tue, Oct 27, 2015 at 12:24 PM, Baptiste Mathus wrote: > is this expected? (I mean, calling something absent and that being just > ignored) Yes. > is there a way to enable an aggressive mode, at least for example in dev > mode, that would just throw a stack trace in my face? No. JEXL and Jel

Re: Backporting for 1.625.2 has started

2015-10-27 Thread Åsmund Østvold
On Tue, Oct 27, 2015 at 3:01 PM, Daniel Beck wrote: > > > I would very much like to see > https://issues.jenkins-ci.org/browse/JENKINS-31055 being included. The > amount of trouble I have when I have to restart Jenkins because of this is > substantial. 100+ nodes and 20 users borrowing nodes from

order of javascript declaration

2015-10-27 Thread Guilherme Sperb Machado
Hello all, My question is: How can I manage the order of java scripts (order of appearance/declaration) for two distinct plugins? For example, the plugin X depends on jQuery 1.11.2-0 jenkins plugin... however, the plugin that I'm developing, the plugin X, has some jQuery plugin declarations th

Re: Jenkins/ansible Error

2015-10-27 Thread GBANE FETIGUE
thanks to answer me at least. I don't why it's giving me that error but I am just running a playbook that i set on my jenkins job . The wired stuff is I don't have config inside of var I don't why it said that On Tuesday, October 27, 2015 at 12:16:27 PM UTC-4, GBANE FETIGUE wrote: > > hey Gu

[Jelly] Configure rendering in "non-permissive" mode: crash if referencing undefined things?

2015-10-27 Thread Baptiste Mathus
Hi, Currently, in my .jelly files, if I use something like ${it.getSomething(someparam)} but the method getSomething() is actually undefined on the it object, no error is generated. Some questions: - is this expected? (I mean, calling something absent and that being just ignored) - is t

Re: Jenkins/ansible Error

2015-10-27 Thread Baptiste Mathus
Hi, First: please use users list for that kind of questions. IMO this doesn't seem to have anything to do with Jenkins. This is pure Ansible error message. Try to run the same command on the slave to try and reproduce the error. Wild guess: are you trying in your playbook to read or write somethi

Jenkins/ansible Error

2015-10-27 Thread GBANE FETIGUE
hey Guys Is anybody has an idea about that error message PLAY [Deploy to status servers] *** GATHERING FACTS *** ok: [172.16.21.129] TASK: [nodejs_app | Put upstart script in place] *

Update one f:dropdownList when a selection is changed in another

2015-10-27 Thread Kirill
Hi noble Jenkins developers! It's quite easy to update one simple select () when another is changed (see DynamicDropDownListBox from Jenkins UI Samples plugin). But what about case when there are two elements? I have used DropdownList from UI Samples as a sample to create these:

Re: Problem when singing up in jenkins-ci

2015-10-27 Thread Larry Shatzer, Jr.
Created. You should have received an email. On Tue, Oct 27, 2015 at 3:17 AM, Daniel Martinez wrote: > Hello, > > I am trying to create a new account in jenkins-ci system but after > submitting the request is telling me to contact you to finish the > registration. Could you help me with this? > >

Re: Secure Connection Failed to jenkins-ci.org

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 15:46, Per Arnold Blaasmo wrote: > That worked, but do I really want to do that? As a temporary workaround, possibly. Alternatively you could just wait until it's fixed. > It never was a problem before, why now? Apparently the fix for JENKINS-31089 resulted in the old cert

Re: Secure Connection Failed to jenkins-ci.org

2015-10-27 Thread Per Arnold Blaasmo
On 27. okt. 2015 15:28, Daniel Beck wrote: > > On 27.10.2015, at 15:15, Per Arnold Blaasmo > wrote: > >> Is this error real, or is it something in my network? > > Known issue. As a workaround, disable OCSP checks in your browser. > OK, Thanks. That worked, but do I really want to do that? It

Re: Secure Connection Failed to jenkins-ci.org

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 15:15, Per Arnold Blaasmo wrote: > Is this error real, or is it something in my network? Known issue. As a workaround, disable OCSP checks in your browser. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscri

Secure Connection Failed to jenkins-ci.org

2015-10-27 Thread Per Arnold Blaasmo
Trying to access bugtracker for jenksin gets me security breach: >Secure Connection Failed > >An error occurred during a connection to wiki.jenkins-ci.org. Peer's Certificate has been revoked. (Error code: sec_error_revoked_certificate) > >The page you are trying to view cannot be shown becaus

Re: How to release a new plugin version?

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 14:12, Jan Niklas Hasse wrote: > Unfortunately `mvn release:prepare` didn't set the version to 1.3, but left > 1.3-SNAPSHOT: > https://github.com/jenkinsci/python-plugin/blob/python-1.3/pom.xml > The other tags don't have -SNAPSHOT in them: > https://github.com/jenkinsci/pyt

Re: Backporting for 1.625.2 has started

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 14:59, Åsmund Østvold wrote: > I would very much like to see > https://issues.jenkins-ci.org/browse/JENKINS-31055 being included. The amount > of trouble I have when I have to restart Jenkins because of this is > substantial. 100+ nodes and 20 users borrowing nodes from Jenk

Re: Backporting for 1.625.2 has started

2015-10-27 Thread Åsmund Østvold
I would very much like to see https://issues.jenkins-ci.org/browse/JENKINS-31055 being included. The amount of trouble I have when I have to restart Jenkins because of this is substantial. 100+ nodes and 20 users borrowing nodes from Jenkins for daytime development by setting temporarily offline..

Re: How to release a new plugin version?

2015-10-27 Thread Jan Niklas Hasse
> > It's probably failing because the plugin depends from a very old core > version which doesn't support jdk 8, and you are using a jdk 8 to build the > project. > > Either : > - install a jdk 7 > - update the parent version to something more recent (such as 1.565.1, one > year old, but should

dog adoption

2015-10-27 Thread princessarahpj
Hello ! We have all colors and breed Whether you are looking for a show dog, or a best Friend I'm sure we have a pup for you!. Our puppies are top quality and absolutely gorgeous. We have been working diligently for the past few years in order to improve the quality of our pups. All of my puppies

Re: Testing module with BuildStepMonitor.BUILD

2015-10-27 Thread Jesse Glick
On Mon, Oct 26, 2015 at 10:10 PM, Gavin wrote: > I'm working on a legacy module that has BuildStepMonitor.BUILD. > > I was reading > http://javadoc.jenkins-ci.org/hudson/tasks/BuildStep.html#getRequiredMonitorService() > and it says if I'm not using getPreviousBuild, then I can safely change it.

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Arnaud Héritier
AHHH good points to remember me about imports orders and rules (when to use a wildcard ...) Before each PR I have to loose several minutes to be sure that my IDE correctly inserted the imports in the right place because all projects aren't using the same configuration... On Tue, Oct 27, 2015 at 12

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Kanstantsin Shautsou
It not auto-formatted in my IDEA :) I don’t remember changing anything specific for this. Only small tune based on Stephen C. contribution.md with imports *. Never was a problem. And there is no such point in initial proposal. And of course it obvious that formatter should change builders/stream/

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 11:17, Nigel Magnay wrote: > And as someone else pointed out - it's far harder picking over all the > @deprecated obsolescence in core than it is visually parsing the code. Good news, everyone! http://jenkins-ci.org/content/jenkins-20-proposal-introduce-policy-api-deprecati

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Daniel Beck
On 27.10.2015, at 11:17, Nigel Magnay wrote: > The example I gave is hardly conjured-up. Fluent APIs are all over the place. > Here's a docker-plugin example > > String tag_image = client.commitCmd(containerId) > ​ > ​.withRepository(theRun.get

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Nigel Magnay
> > > > > You describe things with a very broad brush. Earlier you extrapolated > from a request to format code into a comment about management measuring the > irrelevant. Now you're declaring that the benefits my team of 10+ (using > extreme programming as our methodology, pair programming every

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread James Nord
// @formatter:off periodFormatter = new PeriodFormatterBuilder() .printZeroAlways() .appendDays().appendSuffix("d ") .appendHours().appendSuffix("h ") .appendMinutes().appendSuffix("m") .toFormatter(); // @formatter:o

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Manuel Jesús Recena Soto
I have to say.I totally agree with Kanstantsin. We need a coding style guide. I like how Netty project is managing this, using Checkstyle: https://github.com/netty/netty-build/blob/master/pom.xml#L69 Regards, 2015-10-27 9:30 GMT+01:00 Baptiste Mathus : > Btw, I just remembered I already prov

Problem when singing up in jenkins-ci

2015-10-27 Thread Daniel Martinez
Hello, I am trying to create a new account in jenkins-ci system but after submitting the request is telling me to contact you to finish the registration. Could you help me with this? Thanks. Regards, //Daniel Martinez -- You received this message because you are subscribed to the Google Groups

Re: Request to become maintainer of plugin-usage-plugin

2015-10-27 Thread Victor Martinez
Thanks Oleg On Tuesday, 27 October 2015 08:01:01 UTC+1, Oleg Nenashev wrote: > > Hi Victor, > > Since there was a two-week response timeout, I've granted you a commit > access to the plugin. Now you should be able to release changes if you feel > strongly about them. > > Best regards, > Oleg > >

Re: New plugin Build-name-updater

2015-10-27 Thread Baptiste Mathus
Hi Lev, Read https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org main gotcha: beware forcing recent maven-release-plugin versions if you depend on an old Jenkins version for the plugin. Cheers 2015-10-27 8:21 GMT+01:00 Lev Mishin : > Hi Oleg, > Tha

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Baptiste Mathus
Btw, I just remembered I already provide the xml export for my plugin: https://github.com/jenkinsci/buildtriggerbadge-plugin/blob/master/buildtriggerbadge-eclipse-formatter-profile.xml and ask contributors to try and follow it: https://github.com/jenkinsci/buildtriggerbadge-plugin#contributing thou

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread Baptiste Mathus
+0.9 though I agree this is generally a subject many people love to disagree on. I prefer having an automated codestyle people can just import into their IDE and just apply before committing/at save. For example, the Maven dev team provides an xml export of the formatting rules for Eclipse[1], and

Re: New plugin Build-name-updater

2015-10-27 Thread Lev Mishin
Hi Oleg, Thanks a lot! I've just merged pull-request and I'm going to update plugin wiki page. How could I add new release? On Tue, Oct 27, 2015 at 10:12 AM Oleg Nenashev wrote: > Hi Lev, > > I've granted you developer permissions & changed the default assignee in > JIRA. > Now you should be abl

Re: New plugin Build-name-updater

2015-10-27 Thread Oleg Nenashev
Hi Lev, I've granted you developer permissions & changed the default assignee in JIRA. Now you should be able to merge PRs and release the plugin on your own. Best regards, Oleg понедельник, 26 октября 2015 г., 13:36:01 UTC+3 пользователь Lev Mishin написал: > > Just to remind > > On Wednesday

Re: [proposal] coding style for core (jenkins 2.0?)

2015-10-27 Thread domi
I think formatting is a must and I would have loved to have such rules when I started to work on jenkins some years ago. Personally I think that the longer we wait to introduce this, the more it will hurt. I’m happy to volunteer in the adoption of such formatting rules for my plugins - but I wou

Re: Lockable Resources Plugin

2015-10-27 Thread Oleg Nenashev
@Rico If you discover an issue, please also create a ticket for it понедельник, 26 октября 2015 г., 15:05:05 UTC+3 пользователь Rico Shen написал: > > Hi Robin, > > Today I tried to use the lockable plugin, while when I set the lable , > seems there's an error , see attached picture. Do I use th

Re: Request to become maintainer of plugin-usage-plugin

2015-10-27 Thread Oleg Nenashev
Hi Victor, Since there was a two-week response timeout, I've granted you a commit access to the plugin. Now you should be able to release changes if you feel strongly about them. Best regards, Oleg понедельник, 26 октября 2015 г., 19:27:39 UTC+3 пользователь Victor Martinez написал: > > Any u