Re: Jenkinsfile and parameters

2020-04-07 Thread Alfredo De Luca
a simple array >> >> for (Server in ParamServer) { >> echo "foo" >> } >> >> El martes, 7 de abril de 2020, 12:46:02 (UTC+2), Alfredo De Luca escribió: >>> >>> Hi all. >>> >>> I have a Jenkinsfile with some text para

Jenkinsfile and parameters

2020-04-07 Thread Alfredo De Luca
Hi all. I have a Jenkinsfile with some text parameters for inputs. In one of them I would like to have multiple words with a comma separation like 10.10.10.10,10.10.10.20,10.10.10.30 then my question is: How can i split those inputs in different variables? Any idea/clue? cheers -- *Alfredo* -

Re: Pipelines Export/import

2020-03-23 Thread Alfredo De Luca
Thanks Alok. I will give it a try. Appreciated /Alfredo On Sun., 22 Mar. 2020, 8:49 pm alok kumar, wrote: > Hi, > You can use job-import plugin to do so. > It's very easy and self explanatory. > > Thanks > Alok > > On Sun., Mar. 22, 2020, 14:29 Alfredo De Luca, &

Pipelines Export/import

2020-03-22 Thread Alfredo De Luca
Hi all., I have 2 separate Jenkins instances running. I d like to export all the pipelines from one instance in order to import them in the other one. How can I do that? I have full acces to the instance where I want to export the pipelines from and only the Jenkins web interface on the other i

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. &

Passing env variable bettween different pipeline

2019-08-19 Thread Alfredo De Luca
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 that? Cheers -- *Alfredo* -- You received this message because you are subscribed to the