jenkins - How to get parameters from upstream job with out changing its configuration -


i know there called "build after other projects built" , add in downstream job trigger after upstream job has been built.

but there way upstream job parameters??

if using multijob plugin, may check "current job parameters" option. copy current job parameters downstream jobs.

if not using plugin, may inject job parameters in environment file , retrieve them in downstream job. prefer using plugin though ;)


Comments