Re: Passing env variable bettween different pipeline

2019-08-20 Thread Alfredo De Luca
thanks heaps Alfredo On Mon, Aug 19, 2019 at 11:36 AM Alfredo De Luca wrote: > Hi all. > > we are using Jenkins 2.176 and with blu ocean. > We have different pipelines each one does different things but in the near > future we ll need to pass some env variables between them. > > How can I do

Re: Passing env variable bettween different pipeline

2019-08-19 Thread Yeikel Santana
In Jenkins UI you can configure credentials[1] . Environment variables are inherited from the system and can be used in your pipeline with *env[2]* *Example : env.host* [1]https://jenkins.io/doc/book/using/using-credentials/ [2] https://jenkins.io/doc/pipeline/tour/environment/ On Monday,