Hi I'm new to jenkins and need to know how to use jenkins build parameter
plugin.

we have 4 different environments

...

Note:- Difference between all the environments are only the URLs however we
also need to make sure that if we use build parameter then results needs to
be accurate . Not like they will be confusing and we dont know which results
is for which environments .


If you the only difference is the URL then you could simply make changes in one Job and copy config.xml to others changing the URL manually... Or you could even use job name to figure out which URL to use.

Or you could use Build parameter as you mention and then expose its value in the build description with Description Setter Plugin. Summary will not be accurate, but you will be able to see which environment failed in the build history.

Regards,
Nux.

--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5509597E.6010909%40mol.com.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to