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
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
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 .
>
>
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
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
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