Re: POTD: Jenkinsfile Runner

2018-03-07 Thread Jesse Glick
On Tue, Mar 6, 2018 at 4:23 PM, Kohsuke Kawaguchi wrote: > I have another idea. Instead of > running Jenkinsfile in this CLI and try to emulate your Jenkins instance as > closely as possible (in terms of configuration), we could just run > Jenkinsfile in the current Jenkins, in

SSH User Private key in DSL jenkins

2018-03-07 Thread Ondřej Fuchs
Hi, Could someone advise how to override Binding -> SSH User Private key (see figure) to DSL (classic dsl job) for seed job thank you for any advice. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and

Re: hello & improving Jenkins & Kubernetes CI / CD

2018-03-07 Thread gsimpson via Jenkins Developers
Definitely interested in this space. Also happy to host a meetup in the bay area if anyone is interested. On Thursday, March 1, 2018 at 5:50:57 AM UTC-8, James Strachan wrote: > > Hello folks! > > I’m James Strachan. I’m a long time Jenkins user and OSS developer. (e.g. > I created Groovy,

Re: Github Branch Source with large number of repositories

2018-03-07 Thread Joseph P
Take a look at https://ci.jenkins.io they categorize repos into meaningful groups for instance Plugins folder contains all repos with the name *-plugin in the repo name. Den torsdag den 8. marts 2018 kl. 05.24.57 UTC+1 skrev Cuong Tran: > > How do folks manage a large number of repositories in

Query

2018-03-07 Thread Rahul Pure
Hi, i want to host my plugin but i used Data table ,i was purchase it so can i host my plugin ? Thanks -- 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

Github Branch Source with large number of repositories

2018-03-07 Thread Cuong Tran
How do folks manage a large number of repositories in a single organization when you use the Github Branch Source to automatically create jobs? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Github Branch Source with large number of repositories

2018-03-07 Thread Joseph P
You might be able to write an SCM trait extension plugin to understand repository topics filtering, however, I think you would need to send a Pull Request to the Github Branch Source plugin to have the topics data available from the API wrapper :) GitHub API wrapper used by GitHub Branch

Re: Github Branch Source with large number of repositories

2018-03-07 Thread Cuong Tran
Joseph, Thanks for pointing me to that instance. Without admin access, I can only guess that these grouping are manually defined. I'm looking for a more dynamic way to group them (for example, using github topic) without relying on the naming pattern alone. On Wednesday, March 7, 2018 at

plugin development: add global environment settings

2018-03-07 Thread Johann
Hello guys, hopefully someone can help me. I am developing a plugin right now, for test purposes and I am wondering how I can make an extra tab for my plugin in *Manage Jenkins -> Configure *that I am able to make global variables working for every job? -- You received this message

Re: plugin development: add global environment settings

2018-03-07 Thread Daniel Beck
> On 7. Mar 2018, at 10:03, Johann wrote: > > hopefully someone can help me. I am developing a plugin right now, for test > purposes and I am wondering how I can make an extra tab for my plugin in > Manage Jenkins -> Configure that I am able to make global

Re: plugin development: add global environment settings

2018-03-07 Thread Daniel Beck
> On 7. Mar 2018, at 14:01, Johann wrote: > > > > > > Why do you have two nested f:entries? Try with just the inner one. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: plugin development: add global environment settings

2018-03-07 Thread Johann
I deleted it, but still the path value is null. Also if I go to *Manage Jenkins -> Configure *and change the value of the textbox and click on *Save*, its not saving the new value, after refreshing the page the old value is there again. Am Mittwoch, 7. März 2018 14:16:07 UTC+1 schrieb Daniel

Re: POTD: Jenkinsfile Runner

2018-03-07 Thread Bill Dennis
Kohsuke - some more answers to your questions inline below. Also I thought of these other things on my walk to the office this morning that might be of interest: - Parameters to jobs : most of my pipeline jobs have parameters defined inside. Would the Jenkinsfile Runner have a way to pass in

Re: plugin development: add global environment settings

2018-03-07 Thread Johann
My Code: private String path; public MyClass(String path) { this.path = path; } public String getPath() { return this.path; } and in my global.jelly file: Not working Am Mittwoch, 7. März 2018 13:27:45 UTC+1 schrieb Daniel Beck: > > > Make

Re: plugin development: add global environment settings

2018-03-07 Thread Daniel Beck
> On 7. Mar 2018, at 12:49, Johann wrote: > > by specify the field="myVar" I was able to parse the value of the textbox and > use it in my code. But when I try to get the value of the field entry in my > global.jelly, its always null. Make sure you have a public

Fwd: Using StaplerRequest to configure a plugin?

2018-03-07 Thread Guy Matz
Is this an appropriate place to ask this kind of question? -- Forwarded message -- From: Guy Matz Date: Tue, Mar 6, 2018 at 5:34 PM Subject: Using StaplerRequest to configure a plugin? To: jenkinsci-us...@googlegroups.com Hi! Does anyone know how to automate

Re: Using StaplerRequest to configure a plugin?

2018-03-07 Thread Daniel Beck
> On 7. Mar 2018, at 15:49, Guy Matz wrote: > > Is this an appropriate place to ask this kind of question? Looks like a user question but you're deep enough in the guts of Jenkins to qualify for this list IMO. Regarding your specific approach, you're implementing the

Trademark sublicense request: CloudBees Jenkins Metrics

2018-03-07 Thread Kohsuke Kawaguchi
On behalf of CloudBees, I’d like to request the permission to use the following name that uses ‘Jenkins’ in it: - CloudBees Jenkins Metrics To help people understand how this name is going to be used, let me describe a bit about the effort for which we’d like to use this name. Back several