Re: INFRA-240 is fixed / post-mortem

2015-02-18 Thread Jerome Lacoste
On Monday, February 16, 2015 at 9:14:51 PM UTC+1, Kohsuke Kawaguchi wrote: OK, I'll make sure to have them recorded. +1 on the recordings. WRT SPoF, I would gladly read an article describing the changes to tackle the SPoF on the jenkins-ci ORG ! I am sure it will be an interesting read.

Re: Remote Host Build using Jenkins

2015-02-18 Thread Richard Bywater
Please do not double post. Your question is user related and I'm sure someone will help you out there if they can. Richard On 18/02/2015 6:15 PM, Prasanth .K prasanthkarthi...@gmail.com wrote: Is it possible to build the remote host file using jenkins? If possible means can anyone suggest

Re: Creating a Jenkins android build using HTTP URL.

2015-02-18 Thread Christopher Orr
On 18/02/15 06:49, Parthiban S wrote: Have to build the Jenkins android build using HTTP URL? Is this possible, if it is can you provide me steps to build the android app using HTTP URL? This mailing list is for Jenkins development; please ask your question on the jenkinsci-users mailing

Re: Jenkins UX

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hello Gus, I heard good feedback on the new Jenkins UI. Kudos everyone involved! I don't really have much to contribute I think. But yesterday I posted to the dev-list about a new plug-in, Uno Choice, that is being used by researchers (both in academia and in industry). The plug-in relies

Re: Jenkins UX

2015-02-18 Thread Surya Gaddipati
Oh wait KK responded to my servlet 3.0 upgrade thread. Its on the roadmap. On Wednesday, February 18, 2015 at 10:27:12 AM UTC-6, Gus Reiber wrote: At the end of last summer, my friend and co-worker, Tom Fennelly https://github.com/tfennelly, along with the help of Kevin Burke

Re: Jenkins servlet 3.0 upgrade

2015-02-18 Thread Surya Gaddipati
Awesome. Really looking forward to this. On Thursday, February 5, 2015 at 11:58:15 AM UTC-6, Surya Gaddipati wrote: There was some discussion about it last year http://jenkins-ci.org/content/thinking-about-moving-servlet-30 I was just wondering if this is something that is still being

Re: Jenkins UX

2015-02-18 Thread Kanstantsin Shautsou
Some thoughts: - Some current forms need to be fixed, for example radioButton needs lazy-loading that must exclude massive pattern checks for SCMs during rendering /configure job page. - Some forms should be extended to provide more convenient data-binding. For example ugly expandableTextbox

Re: Jenkins UX

2015-02-18 Thread Surya Gaddipati
Poor UI performance is the no1 complaint I get from our devs when I talk to them about jenkins. I would be really really interested in killing ajax polling all over jenkins UI and using servlet 3.0 for async stuff. I posted couple of threads earlier about Servlet 3.0 upgrade but it didn't

Re: Jenkins 1.596.1 RC Testing started

2015-02-18 Thread ogondza
Testing period is over, we are ready for the release. -- oliver -- 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.

Re: Jenkins UX

2015-02-18 Thread Gus Reiber
Thanks for your feedback, Bruno. Your concern is exactly the concern that keeps me up at night. Thanks also for raising Uno Choice as an example. I am very much looking for specific examples of plugins with reasonable adoption that use the DOM to scrap bits and pieces of data out of Jenkins so I

Re: Unfinished implementation in SCM class for buildEnvVars method

2015-02-18 Thread Jesse Glick
On Mon, Feb 9, 2015 at 5:55 AM, Paul Allen pal...@perforce.com wrote: Fixed it Cool! AFAIK the first SCM conversion not done by myself. :-) -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving

Re: GitSCM: AuthorInChangelog should not require workspace for polling?

2015-02-18 Thread Jesse Glick
On Mon, Feb 9, 2015 at 8:06 AM, tommy.warchol tommy.warc...@gmail.com wrote: Am I expecting something impossible? I think so. Master-based polling works when Jenkins send send the equivalent of a git-ls-remote command to the server, which gives back a commit hash of the tip of the branch. It can

Re: Validation or default values for repeatableHeteroProperty

2015-02-18 Thread Jesse Glick
On Tue, Feb 17, 2015 at 6:02 AM, Stefan Wolf glowwo...@gmail.com wrote: I am using a repeatableHeteroProperty to configure a list of reports to generate. Now I want to validate in the UI that this list is not empty. Is this possible? Not sure. You would expect to be able to add to the

Re: Subversion plugin 2.5 and Multiple SCM 0.3 problem

2015-02-18 Thread Jesse Glick
On Mon, Feb 9, 2015 at 2:13 AM, Per Arnold Blaasmo per-arnold.blaa...@atmel.com wrote: can you elaborate some more on the problems with the design of the SCM interface that gives the problems with the multiple-scm plugin? It was not originally designed with proxying as a use case, so doing so

Re: Jenkins UX

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Gus. I have replied off-list with access to a Jenkins server where we tested the Uno Choice plug-in. There you'll find several jobs configured to create dynamic parameters and even some graphs I think? (Ioannis feel free correct me if I'm wrong). Will reply your questions when I arrive at

Re: Are Labels truly singletons?

2015-02-18 Thread Jesse Glick
On Mon, Feb 9, 2015 at 7:29 PM, Suckow, Thomas J thomas.suc...@pnnl.gov wrote: The question becomes, are Labels singletons? Do I make a PR changing == to equals? Should use equals(), as implied by the comment on Jenkins.labels and the existing of the equals override. -- You received this

Re: Jenkins UX

2015-02-18 Thread Gus Reiber
Thanks Kanstantsin, I see your concern as the converse of Brunos, namely the current Jelly controls are deficient in a number of ways making plugin development rough and as a result, constructing a polished finished UX is almost impossible. I am taking notes of you specific examples. ...and you

Re: Jenkins plugin's classloader isolation

2015-02-18 Thread Jesse Glick
On Tue, Feb 10, 2015 at 9:19 AM, Vaclav Tunka vtu...@redhat.com wrote: what about considering JBoss Modules? TL;DR; Modular classloading instead of hierarchical. Jenkins *does* use modular class loading at the plugin level; for historical reasons this is not applied to libraries shipped in

Re: Jenkins UX

2015-02-18 Thread Ioannis Moutsatsos
Hi Gus; The screenshots are from standard job build forms using Uno-Choice parameters. Especially the Uno-Choice Dynamic Reference parameter can directly render any arbitrary HTML. In one case (the screenshot with the chemical structure) it's a simple iframe displaying a widget from NCBI, in

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread Jesse Glick
On Tue, Feb 17, 2015 at 8:30 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: We developed a plug-in in the BioUno project A suggestion: give the plugin a more descriptive name. Random Jenkins users are not going to have any idea what “Uno” is. Crediting the

Re: new plugin - jenkins-lockdown-fullcontrol-auth-plugin

2015-02-18 Thread Nitzan Raz
Guess you're right... Oh well, at least I learnt something :) *Nitzan Raz* http://backslasher.net On Wed, Feb 18, 2015 at 10:56 PM, Jesse Glick jgl...@cloudbees.com wrote: On Tue, Feb 17, 2015 at 5:35 AM, Nitzan Raz nitz@gmail.com wrote:

Re: Jenkins UX

2015-02-18 Thread Gus Reiber
Awesome. Thanks Ioannis. You are absolutely correct that we are stuck a bit in last decades web technologies as far as client-side user presentation is concerned. Can I ask you or maybe Bruno, how are those graphs embedded into this page? ...and what page is this I am looking at (I am assuming

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread Daniel Beck
On 18.02.2015, at 22:01, Jesse Glick jgl...@cloudbees.com wrote: I would pick a plugin named “Dynamic Parameter” and skip right over “Uno Choice”. There is already 'Dynamic Extended Choice' and 'Dynamic Parameter'. At least with the 'Uno' it has a less generic name and you're not going to

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread domi
To be honest, the “Uno” in the name stopped my from looking closer into it - because the name was just confusing… …my 2cents Domi On 19 Feb 2015, at 08:05, Daniel Beck m...@beckweb.net wrote: On 18.02.2015, at 22:01, Jesse Glick jgl...@cloudbees.com wrote: I would pick a plugin named

Re: Are Labels truly singletons?

2015-02-18 Thread Stephen Connolly
On Wednesday, February 18, 2015, Suckow, Thomas J thomas.suc...@pnnl.gov wrote: Alright, I have made a pull request resolving a number of label equality issues. https://github.com/jenkinsci/jenkins/pull/1569 Should I make a formal JIRA issue and cross reference them? Yes - Thomas On

Jenkins UX

2015-02-18 Thread Gus Reiber
At the end of last summer, my friend and co-worker, Tom Fennelly https://github.com/tfennelly, along with the help of Kevin Burke https://github.com/kevinburke, Daniel Beck https://github.com/daniel-beck, and others began the first steps of improving and modernizing the Jenkins user

Default versioning mode maven release plugin problem

2015-02-18 Thread lebrame57
Hi, I encountered an issue that is obstructing my development on Jenkins. After installing the maven-release-plugin on Jenkins I've tested it. The fact is that for a project without any dependencies, the plugin works well. But since I have some project dependencies it doesn't.

Re: Are Labels truly singletons?

2015-02-18 Thread Suckow, Thomas J
Alright, I have made a pull request resolving a number of label equality issues. https://github.com/jenkinsci/jenkins/pull/1569 Should I make a formal JIRA issue and cross reference them? - Thomas On 2/18/15, 12:40 PM, Jesse Glick jgl...@cloudbees.com wrote: On Mon, Feb 9, 2015 at 7:29 PM,

broken job configuration on ci.jenkinsci.org

2015-02-18 Thread James Nord
Hi all, What's the correct CI system for core and libs? ci.jenkins.org is missing some libs, has no pull request builder setup AFAICT and has virtually no plugins - but it is the one referenced from the Jenkins home page jenkins-ci.org) jenkins.ci.cloudbees.com has some different libs - (some

Google Groups Moderation

2015-02-18 Thread Richard Bywater
Hi Mailing the dev list as more of an operations type list :) There seems to have been a huge increase in the number of recruiters spamming the lists with job offers and CVs etc. Just wondering who has access to ban the people (assuming that's a thing you can do in Google groups)? I'd be happy

[FIXED JENKINS-XXXX] commit tags not working?

2015-02-18 Thread William Gautier
Hi all, As described in the wiki page Contributing to Jenkins https://wiki.jenkins-ci.org/display/JENKINS/contributing, I've done 3 commits with the [FIXED JENKINS-] tag: https://github.com/jenkinsci/cloudfoundry/commit/9ab60ab82c8e32b235058f35aec81469cd8ac68d

Re: [FIXED JENKINS-XXXX] commit tags not working?

2015-02-18 Thread Jesse Glick
This system breaks constantly in my experience. -- 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. To view this

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread Richard Bywater
Personally I'd avoid the word Uno in the plugin name completely as, according to the README, you can have one *or more* parameters and Uno Choice Dynamic Parmeter says to me that the plugin only supports one choice. Richard. On Thu, Feb 19, 2015 at 1:22 PM, 'Bruno P. Kinoshita' via Jenkins

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
 A suggestion: give the plugin a more descriptive name. Random Jenkinsusers are not going to have any idea what “Uno” is. Crediting theinstitution that did the work is fine, but if I were looking to makemy parameters dynamic, I would pick a plugin named “Dynamic Parameter”and skip right over

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-18 Thread Ioannis Moutsatsos
All, I do have to take responsibility for naming this plugin. So here goes the thinking behind it. This is a plugin for making one or more choices among options for a parameter. *Some *of the functionality was previously distributed among different plugins (dynamic parameter plugin,