Hi John, We don't have dependent (upstream-downstream) pipelines, these pipeline are in same hierarchy and triggered separately. But since these are microservice for same project, we want to share some variables among these.
On Thursday, September 10, 2020 at 9:59:54 AM UTC+8 [email protected] wrote: > Simply parsing the required variables while triggering the downstream job. > > > stage ('Invoke_pipelineA') { > steps { > build job: 'pipelineA', parameters: [ > string(name: 'param1', value: "value1") > ] > } > } > > > > /BR > John > > On Thu, 10 Sep, 2020, 6:17 am Ashish Sharma, <[email protected]> wrote: > >> Dear All, >> >> We have a bunch of jobs which will use some common variables like user >> names, urls etc (which are not secrets or credentials). Is there a way (or >> plugin maybe) to share these variables between jobs (something like >> credentials plugin for secrets). >> >> TIA, >> Ashish >> >> -- >> 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/cb539948-33ce-4233-b5bc-965bbfd0d265n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-users/cb539948-33ce-4233-b5bc-965bbfd0d265n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/5c42ac0f-7461-4d4a-ac78-ff53589f5181n%40googlegroups.com.
