Re: Active Choice Parameter: scriptler script option not available

2020-06-02 Thread Steve Fuller
On Tuesday, April 21, 2020 at 11:34:02 AM UTC-5, Leonardo Bq wrote: > > On a jenkins ver.2.228, with "Scriptler" plugin ver.3.1; "Active Choices > Plug-in" plugin ver.2.2.2 > > I would like to use "Scriptler Scripts" from within the Active Choice > Parameters. > > Configuring them I have the fo

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-02 Thread D'raj
try increasing aws elb Idle timeout, by default its 60 sec On Saturday, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: > > Hi, > > > We have around 10 Jenkins Agents, each running on its own Windows 2016 EC2 > instance. Java_slave is running as a service. The Jenkins master runs on a > s

Re: Can we restrict multiple user to change in configuration of same job/pipeline at a time

2020-06-02 Thread D'raj
Implement SCM (e.g. git, svn, perforce). Pull changes from SCM, while executing jenkins job. On Wednesday, 3 June 2020 08:54:49 UTC+5:30, Ravindra verma wrote: > > Hi Experts, > > Is there any way we can restrict multiple user to change in configuration > of same job/pipeline at a time . > >

Can we restrict multiple user to change in configuration of same job/pipeline at a time

2020-06-02 Thread Ravindra verma
Hi Experts, Is there any way we can restrict multiple user to change in configuration of same job/pipeline at a time . Thanks Ravindra -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Many Freestyle jobs or many Jenkinsfiles?

2020-06-02 Thread Giles
I wrote a large library file full of Groovy methods. I have a big stack of Jenkinsfiles, similar to Randy Beckworth, although mine are generally named "/.Jenkinsfile" (as you can see, Jenkins isn't very particular about naming). The Jenkinsfiles are generally very short, just long enough to c

RE: Many Freestyle jobs or many Jenkinsfiles?

2020-06-02 Thread Randy Beckwith
As far as I know, “Jenkinsfile” is just a naming convention. I have multiple Jenkins files: JenkinsFile.Parallel.groovy JenkinsFile.Parallel.Snapshot.groovy JenkinsFile.PatchWeekend-VmManager.groovy I also add the .groovy extension so that editors can do syntax highlighting. Randy From: jenki