Damn. I had those there before... Thanks. The combination of the more standard loop and the return of the double-quotes now made it work.
On Tuesday, August 8, 2017 at 6:37:28 PM UTC+3, Björn Pedersen wrote: > > > > sh ''' > > > ^^^ > > You are using a triple-single-quoted string. Replacement of groovy vars > happens only in single- or triple-double-quoted strings. > > So use: > sh """ > > > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/54de66df-3616-4b42-a66c-13a0bb8e3a25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
