Jenkins | How to Pass Parameters to downstream Job in both Free style and Pipeline Jobs

preview_player
Показать описание
this video gives brief idea about How to pass Parameters to Downstream job

Рекомендации по теме
Комментарии
Автор

Thanks bro for the video, helped me a lot in my cloud migration from onpremise project.

saumitraroy
Автор

helpful. How to write the script to delete workspace using parameterized builds and environment variables?

jinkahari
Автор

How can i set the cron expression in downstream job which is passed from upstream job?

Jyoti
Автор

HI Dheekshit how to do the same for a multibranch pipeline any refrences ?

manojchander
Автор

hi deekshit can you please do thus for pipeline from scm script using Groovy to trigger jobs

devprasad
Автор

Hi bro that job 1 script haven't visible completely so can u make it view full

amruthaammu
Автор

How can we change the parameter values inside a Jenkins file. For example I want to map the value - 'India' for the key 'Country1' in a choice parameter inside a jenkinsfile. From the UI if we select 'Country1' it should map to 'India'.

parameters {
choice(name: 'String',
choices: 'Country1\nCountry2\nCountry3',
description: 'Description')
}

vargheesejohn
Автор

Can you please share GitHub link for get code

ankireddy