Adding Parameterized Build plugin

2018-04-26 Thread Suguna Sai
Hi All,

Can anyone please provide advantages and disadvantages of  
parameterized build plugin on a production jenkins server? By adding this 
plugin will impacts the production jenkins server and their jobs?


Thanks,
Sai

  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/872d4d7e-677b-41e7-a448-83059ec9f340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parameterized Build Plugin

2016-05-17 Thread Sridhar
Thanks for pointing it out Craig. I was going through the below article and 
it was mentioned as a plugin and I didn't look through the details. Thanks 
again. 

http://labs.bsb.com/2014/02/better-maven-releases-with-jenkins

On Tuesday, May 17, 2016 at 12:03:51 AM UTC-4, Craig Rodrigues wrote:
>
> On Mon, May 16, 2016 at 4:53 PM, Sridhar <svud...@gmail.com > 
> wrote:
>
>> Hello,
>>  I cannot find the plugin, Parameterized Build in the "Available" 
>> section under "Manage Plugins" on Jenkins. Is it renamed? or removed from 
>> the list? Please let me know if anyone else experienced this. 
>>
>> https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build
>>
>>
>>
> There is no such thing as a "Parameterized Build plugin".  Re-read that 
> web page.
> It gives details for how to configure an existing Jenkins job by clicking 
> on *This build is parameterized*.
>
> --
> Craig 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8d3bc945-4e44-458d-84db-e2cb920c1d1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parameterized Build Plugin

2016-05-16 Thread Craig Rodrigues
On Mon, May 16, 2016 at 4:53 PM, Sridhar <svudu...@gmail.com> wrote:

> Hello,
>  I cannot find the plugin, Parameterized Build in the "Available"
> section under "Manage Plugins" on Jenkins. Is it renamed? or removed from
> the list? Please let me know if anyone else experienced this.
>
> https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build
>
>
>
There is no such thing as a "Parameterized Build plugin".  Re-read that web
page.
It gives details for how to configure an existing Jenkins job by clicking
on *This build is parameterized*.

--
Craig

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVcFAfJXXzwvMsJ35J5q9a%2B%2BMNrpFkPKfFqup_X4TKvcsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Parameterized Build Plugin

2016-05-16 Thread Sridhar
Hello,
 I cannot find the plugin, Parameterized Build in the "Available" 
section under "Manage Plugins" on Jenkins. Is it renamed? or removed from 
the list? Please let me know if anyone else experienced this. 

https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build


Thanks,
Sridhar.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8bedf8d0-930b-4ac3-b9b4-dea45c74ea4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Parameterized build plugin to launch sequential jobs

2015-01-11 Thread greg . freeman
Currently I'm using the parameterized build plugin to run the same job 
multiple times. This downstream job, however, takes different parameters 
for each build, so I have accomplished this by choosing the option to 
trigger a build for each file. The later builds then read their parameter 
files. 

N number of these files are created, each with their own parameters and 
then the subsequent builds execute. This works fine except for the fact 
that all these jobs execute in parallel and it seems if one fails the 
others still execute. The parent job will of course fail still but the 
fact that all the other jobs that were launched in parallel still have to 
complete is a bit of a time waste.

I was hoping to use the i=0..N option but I can't figure out how to 
accomplish what I want to do with it. First, the N will be variable, 
determined at build time. Second, as far as I can tell the parameters need 
to be static and known when I'm setting up my build, which they won't be. 
If someone can give me a way to have downstream, parameterized jobs execute 
in series and quit if a previous parameterized job fails, that would be 
excellent.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4274401a-06a6-43e7-b88c-1c98437788f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.