Re: [Plugin adoption] groovy-events-listener-plugin

2019-01-15 Thread marky . r . jackson
I wanted to circle back on this request. -- 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: What resources is Cloudbees allocating to Blue Ocean maintenance/development?

2019-01-15 Thread Ullrich Hafner
Thanks Kohsuke and Jenn for describing the plans for Blue Ocean. While I understand, that you all are moving away from long-lived road maps I think it still would make sense if you would clarify your vision for Blue Ocean and Jenkins (and the classic UI) in more detail. Blue Ocean started

Re: jenkins official kubernetes operator

2019-01-15 Thread Marky Jackson
I’ve done some current operator work and have submitted an upcoming talk on operators. I would love to even just tinker with this idea { "regards" : { "name" : “marky”, "phone" : "+1 (408) 464 2965”, "email" : “marky.r.jack...@gmail.com", "team" :

Re: jenkins official kubernetes operator

2019-01-15 Thread Jesse Glick
On Tue, Jan 15, 2019 at 7:56 AM 夏润泽 wrote: > we could use the k8s jenkins operator to do more things, such as the health > status of jenkins (whether the configuration is consistent and the necessary > components are normal)、 automatic update based on Jenkins Evergreen… There is nothing being

Re: Reading console log of parallel stages

2019-01-15 Thread Jesse Glick
On Mon, Jan 14, 2019 at 6:34 PM Ullrich Hafner wrote: > Which API can I use to read the individual console log information of a > parallel stage? There is not an API exactly for that, but you can use various techniques in `workflow-api` like `FlowScanner` to get the set of `FlowNode`s in the

Re: jenkins official kubernetes operator

2019-01-15 Thread 夏润泽
Jenkins of serverless cannot meet my needs at present, but I have to say that when it becomes more perfect, it will be a very cool features. On Tuesday, January 15, 2019 at 4:17:19 PM UTC+8, Carlos Sanchez wrote: > > I thought about it, and yes it would be interesting to have an operator > that

Re: jenkins official kubernetes operator

2019-01-15 Thread 夏润泽
CasC support observer mode is a very powerful and useful function. But we could use the k8s jenkins operator to do more things, such as the health status of jenkins (whether the configuration is consistent and the necessary components are normal)、 automatic update based on Jenkins

Re: jenkins official kubernetes operator

2019-01-15 Thread nicolas de loof
Introducing a watcher to reload changes has been proposed for Configuration-as-Code: https://github.com/jenkinsci/configuration-as-code-plugin/issues/76 just need to be implemented ... Le mar. 15 janv. 2019 à 09:17, Carlos Sanchez a écrit : > I thought about it, and yes it would be interesting

Re: jenkins official kubernetes operator

2019-01-15 Thread Carlos Sanchez
I thought about it, and yes it would be interesting to have an operator that watches a configmap and ensures jenkins is always updated. However with serverless jenkins[1] you wouldn't need to worry about that anymore (if you can use serverless). [1]