Re: Jenkins Pipeline: Variable expansion issues

2019-03-12 Thread Mike Craig
Good thinking, I'll try to do a strip on them and see if that clears it up. On Tuesday, March 12, 2019 at 7:18:14 AM UTC-7, Reinhold Füreder wrote: > > Hi Mike, > > > > it looks like the variables are actually strings with a line break at the > end, and not integers? > > > > HTH Reinhold > >

RE: Jenkins Pipeline: Variable expansion issues

2019-03-12 Thread Reinhold Füreder
Hi Mike, it looks like the variables are actually strings with a line break at the end, and not integers? HTH Reinhold From: jenkinsci-users@googlegroups.com On Behalf Of Mike Craig Sent: Montag, 11. März 2019 23:33 To: Jenkins Users Subject: Jenkins Pipeline: Variable expansion issues Hell