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