Re: Using multiple AD servers

2019-09-17 Thread Pavel Novák
Hi, we were using setup with multiple domains, and it worked, recently we reconfigured setup to use kind of global AD catalog, (which is wrapping all domains) What will happen with jenkins users once you will configure multiple ADs and there will be same ID on both domains I am quite not sure

Re: Configure Linux and Windows slave node

2018-10-08 Thread Pavel Novák
Hi, there is a link with which describes step by step, how to add the agent , new node https://linuxacademy.com/blog/devops/adding-a-jenkins-agent-node/ It seems to be possible add it via pipeline as well https://support.cloudbees.com/hc/en-us/articles/218154667-Create-a-Permanent-Agent-from-Gro

Re: Jenkins global metrics

2018-10-01 Thread Pavel Novák
Hi, for that probably the best fits custom pipeline script I have the similar - reading total number of builds and the builds in the given period Feel free to customize it or use as starting point if interested) - in attachment Dne středa 26. září 2018 21:29:23 UTC+2 gotvi...@gmail.com napsal(a

Re: Get folder's permission

2018-09-17 Thread Pavel Novák
t; + usrMail) } } } }}if(adminUserList.size() > 0) { adminUserList.each{user -> println folder + ";" + URL + ";"+ user } } adminUserList=new ArrayList() } * Dne pondělí 17. září 2018 13:51:34 UTC+2 Pavel Novák napsal(a): > > H

Get folder's permission

2018-09-17 Thread Pavel Novák
Hi, regarding https://issues.jenkins-ci.org/browse/JENKINS-53581 I would like to get permissions setup for the folders in the Jenkins by *groovy script *used in the jenkins script console Environment: Jenkins ver. 2.121.2 + Folders plugi