Re: GitHub Organization Folder polish

2016-03-07 Thread Kohsuke Kawaguchi
Patrick told me that https://issues.jenkins-ci.org/browse/JENKINS-33228 discusses this very issue. 2016-03-07 18:58 GMT-08:00 Kohsuke Kawaguchi : > Oh no, it's coming from GitHub Branch Source plugin! > > 2016-03-07 18:40 GMT-08:00 Kohsuke Kawaguchi : > >> >>

Re: GitHub Organization Folder polish

2016-03-07 Thread Kohsuke Kawaguchi
Oh no, it's coming from GitHub Branch Source plugin! 2016-03-07 18:40 GMT-08:00 Kohsuke Kawaguchi : > > > 2016-03-07 18:07 GMT-08:00 Kohsuke Kawaguchi : >> >> e.g. this image shows (part of) what a user will see on the system config >>> page if they install

Re: GitHub Organization Folder polish

2016-03-07 Thread Kohsuke Kawaguchi
2016-03-07 18:07 GMT-08:00 Kohsuke Kawaguchi : > > e.g. this image shows (part of) what a user will see on the system config >> page if they install the GitHub-related plugins that will be recommended by >> Jenkins 2.0: >> http://i.imgur.com/0Iv5lF3.png >> >> I looked at the

Re: GitHub Organization Folder polish

2016-03-07 Thread Kohsuke Kawaguchi
2016-03-07 17:04 GMT-08:00 Christopher Orr : > On 07/03/16 18:31, Kohsuke Kawaguchi wrote: > >> Once somebody attempts to implement another one, then that effort should >> help drive identifying reusable pieces. I'd love to see that happen. I >> think Domi is probably right that

Re: GitHub Organization Folder polish

2016-03-07 Thread Christopher Orr
On 07/03/16 18:31, Kohsuke Kawaguchi wrote: Once somebody attempts to implement another one, then that effort should help drive identifying reusable pieces. I'd love to see that happen. I think Domi is probably right that there's some opportunities for more reuse, and I also agree with

Re: InjectedTest error when using plugin parent 2.3

2016-03-07 Thread Jesse Glick
On Mon, Mar 7, 2016 at 5:44 PM, Andres Rodriguez wrote: > You should look in your dependency tree for conflicting dependencies and > resolve them. Example: https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/c83c436aee00f1b02922cfa346f2ad33b3b044a3 -- You

Re: InjectedTest error when using plugin parent 2.3

2016-03-07 Thread Andres Rodriguez
Hi Tomas, The parent pom 2.3 uses by default the split JTH 2.1, which uses HtmlUnit 2.18 which depends on org.apache.httpcomponents:httpclient:jar:4.5. You should look in your dependency tree for conflicting dependencies and resolve them. If you post the result of `mvn dependency:tree` I can

Liking to follow-up the Pull Request for grinder plugin

2016-03-07 Thread Akai Kaede
RE: [grinder-plugin] Update the result reader to parse final statistics only (#3)

InjectedTest error when using plugin parent 2.3

2016-03-07 Thread Tomas Bjerre
I'm getting an error when trying to use the new plugin parent 2.3. The PR with the change: https://github.com/jenkinsci/violation-comments-to-github-plugin/pull/1 And the log from that build: https://jenkins.ci.cloudbees.com/job/plugins/job/violation-comments-to-github-plugin/16/console Apache

Request for participation: Jenkins Release Officer candidates

2016-03-07 Thread R. Tyler Croy
Based on the team lead structure (https://wiki.jenkins-ci.org/display/JENKINS/Proposal+-+Project+sub-teams) which was previously approved in a project governance meeting, I am asking on behalf of the Jenkins board[0], for candidates who are willing to act as the Jenkins Release Officer[1]. The

Re: [GSoC2016] - Office Hours Schedule on the next week (Mar 7 and Mar 9)

2016-03-07 Thread R. Tyler Croy
(replies inline) On Mon, 07 Mar 2016, Arnaud H?ritier wrote: > I missed the one of this morning, I'll try to attend the one of tonight > I don't remember who has the RW access on our community calendar but next > time it may be useful to list these events here too : >

Re: [GSoC2016] - Office Hours Schedule on the next week (Mar 7 and Mar 9)

2016-03-07 Thread Arnaud Héritier
thanks a lot On Mon, Mar 7, 2016 at 7:23 PM, R. Tyler Croy wrote: > (replies inline) > > On Mon, 07 Mar 2016, Arnaud H?ritier wrote: > > > I missed the one of this morning, I'll try to attend the one of tonight > > I don't remember who has the RW access on our community

Re: [GSoC2016] is it too late to add a project?

2016-03-07 Thread Oleg Nenashev
> > Great, I'll do that. I also need to volunteer myself or find some other > people who are willing to mentor the project, right? > Right. In general, we want to have 2+ mentors for each student project. At the current state at least 1 *potential* mentor is required to drive the discussions

Re: [GSoC2016] is it too late to add a project?

2016-03-07 Thread Kohsuke Kawaguchi
2016-03-05 6:03 GMT-08:00 Oleg Nenashev : > Hi Kohsuke, > > Yes, the project proposal window is open. > So feel free to go forward and to add the project idea. Would be great to > have more information about the proposal, but seems it's related to project > infrastructure

Re: [GSoC2016] is it too late to add a project?

2016-03-07 Thread Kohsuke Kawaguchi
I'm talking about anonymous usage statistics. Things like how many install what versions, what plugins are common together, cohort analysis of a typical growth path of a Jenkins instance, that sort of things. CloudBees Jenkins Operation Center is more about statistics that happen inside Jenkins,

Re: New SGE Cloud plugin

2016-03-07 Thread Daniel Beck
On 07.03.2016, at 18:44, John McGehee wrote: > I would like to add it as an official Jenkins plugin. Can you set me up? Hi John, follow the instructions on https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins and we'll set you up. Daniel -- You received this

New SGE Cloud plugin

2016-03-07 Thread John McGehee
I have developed a Jenkins plugin that runs jobs on Sun Grid Engine (SGE) . We are using it in production at Wave Computing. I would like to add it as an official Jenkins plugin. Can you set me up? John McGenee Wave Computing Campbell, CA --

Re: GitHub Organization Folder polish

2016-03-07 Thread Kohsuke Kawaguchi
Once somebody attempts to implement another one, then that effort should help drive identifying reusable pieces. I'd love to see that happen. I think Domi is probably right that there's some opportunities for more reuse, and I also agree with Bobby/Manuel that users should see the terminologies

Add and config UI for v2

2016-03-07 Thread Gus Reiber
https://youtu.be/LEKMMZYg9B4 https://issues.jenkins-ci.org/browse/JENKINS-31162 Hey all, Attached is the latest screen video showing a possible item creation and configuration UX flow for Jenkins in v2. A series of PRs is on the way: 1. https://github.com/jenkinsci/jenkins/pull/2006 (merged)

Re: GitHub Organization Folder polish

2016-03-07 Thread Jesse Glick
On Mon, Mar 7, 2016 at 8:02 AM, domi wrote: > …and some might actually just change the labels… For example https://github.com/jenkinsci/branch-api-plugin/blob/60c05e72532cd00e964090c82d01f86b977e9a33/src/main/java/jenkins/branch/MultiBranchProject.java#L618-L621 As Daniel

Re: Jelly Repeatable produces Javascript error

2016-03-07 Thread Jesse Glick
On Fri, Mar 4, 2016 at 2:21 PM, 'konrad' via Jenkins Developers wrote: > I am trying to use a repeatable inside a config.jelly of my jenkins plugin: Unless you really know what you are doing, I recommend staying away from low-level tags like this. Use

Re: GitHub Organization Folder polish

2016-03-07 Thread Daniel Beck
On 07.03.2016, at 14:02, domi wrote: > it would be wise to have some kind of abstraction. We have the Pronoun system in Jenkins for (Item, Project, Job, …), something similar here would probably take care of the UI labels. -- You received this message because you are

Re: GitHub Organization Folder polish

2016-03-07 Thread domi
I fully agree, but that in my opinion just means we need a generalisation with specific implementations for each of the supported SCM host implementations. …and some might actually just change the labels… The only thin I wanted to bring a cross, is that everyone is only talking about GH, but

Re: GitHub Organization Folder polish

2016-03-07 Thread Manuel Jesús Recena Soto
+1 Bobby! 2016-03-07 13:01 GMT+01:00 Robert Sandell : > and IIRC GitLab calls an Organisation/Team for Group and merge requests > instead of pull requests, but it's still the same thing in the end. > > But the terminology chosen is imho quite important, because teams adopt

How to assign dynamically pipeline from single job

2016-03-07 Thread Rahul Raj
I have created one job on Jenkins and also i want to create two pipeline one for check-in and one for Scheduled trigger.How to assign dynamically pipeline from single job only.Means if trigger is check-in it should assign on check-in pipeline, if it is scheduled trigger it should assign on

Re: GitHub Organization Folder polish

2016-03-07 Thread Robert Sandell
and IIRC GitLab calls an Organisation/Team for Group and merge requests instead of pull requests, but it's still the same thing in the end. But the terminology chosen is imho quite important, because teams adopt the terms used by their tools in everyday "shop talk". So I find that it's quite

Re: [GSoC2016] - Office Hours Schedule on the next week (Mar 7 and Mar 9)

2016-03-07 Thread Arnaud Héritier
I missed the one of this morning, I'll try to attend the one of tonight I don't remember who has the RW access on our community calendar but next time it may be useful to list these events here too : https://jenkins-ci.org/content/event-calendar/ On Sat, Mar 5, 2016 at 3:12 PM, Oleg Nenashev

GSoC Project Proposal - Invitation to comment

2016-03-07 Thread Parth Sane (via Google Docs)
I've shared an item with you: GSoC Project Proposal https://docs.google.com/document/d/1XL__jSqa-lNs5mDm3MrpImWuBa2KoNQWuJ20qeq137s/edit?usp=sharing=56dd4b2d It's not an attachment – it's stored online. To open this item, just click the link above. -- You received this message because you