Re: Automated jenkins setup

2020-06-05 Thread Wolfgang Gerlach
thanks! that seems to be what I was looking for ! On Friday, June 5, 2020 at 6:27:16 PM UTC-5, slide wrote: > > I would recommend looking at the JCasC plugin ( > https://www.jenkins.io/projects/jcasc/), it might be the best way to > achieve what you are looking for. > > On Fri, Jun 5, 2020 at

Re: How to find who installed a Jenkins plugin

2020-06-05 Thread Vijay Gongle
Any leads ? Thanks in advance. Sent from my iPhone > On Jun 4, 2020, at 5:00 PM, Vijay Gongle wrote: > > Is there a way to find out who and when was the plugin installed ? > Especially for all the plugins that are installed in jenkins. > > -- > You received this message because you

Re: Automated jenkins setup

2020-06-05 Thread Slide
I would recommend looking at the JCasC plugin ( https://www.jenkins.io/projects/jcasc/), it might be the best way to achieve what you are looking for. On Fri, Jun 5, 2020 at 2:34 PM Wolfgang Gerlach < wolfganggerlach1...@gmail.com> wrote: > Hi, > > > I would like to start a Jenkins server within

Automated jenkins setup

2020-06-05 Thread Wolfgang Gerlach
Hi, I would like to start a Jenkins server within a docker-compose environment, and would like to have the setup and creation of a single user and a token to be automated. I am ok with using the Jenkins API, but did not find a way to skip the need for manual Jenkins setup and token

Jenkins Kubernetes plugin - scheduling hangs when there are more than 1000 builds in queue

2020-06-05 Thread Andrey Babushkin
Greetings Jenkins community! My team uses Jenkins to run long validation cycles. We use Kubernetes plugin (we run our own bare-metal cluster) and many quick single test case builds. Recently our number of test cases have grown drastically and we've noticed that scheduling of new builds is very

Re: Problem with Jenkins email extension plugin

2020-06-05 Thread Mario Jauvin
I check and with ActiveDirectoryAuthenticationProvider the email address appears. It is in ActiveDirectoryMailAddressResolverImpl where the email is null. I suspect that the issue is in the method updateUserInfo in ActiveDirectoryUserDetail. I will try to debug it. It took quite a while to