Re: Jenkins Pipeline: Variable expansion issues

2019-03-12 Thread Mike Craig
rs? > > > > HTH Reinhold > > > > *From:* jenkins...@googlegroups.com < > jenkins...@googlegroups.com > *On Behalf Of *Mike Craig > *Sent:* Montag, 11. März 2019 23:33 > *To:* Jenkins Users > > *Subject:* Jenkins Pipeline: Variable expansion issues >

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

Jenkins Pipeline: Variable expansion issues

2019-03-11 Thread Mike Craig
Hello, The following snippet from my pipeline is acting very strangely, the values from the print statements are correct print "asgName: $asgName" print "asgMax: $asgMax" print "asgMin: $asgMin" asgIncrease = (asgMax * 2) print "S