Do not use dot in parameter names, prefer camel case, kebab case or skeleton case
Le ven. 8 févr. 2019 à 20:09, Eric Fetzer <[email protected]> a écrit : > deploy.dir is a string parameter at the top of the job: > > [image: Capture.JPG] > > > > > On Friday, February 8, 2019 at 10:25:17 AM UTC-7, Eric Fetzer wrote: >> >> So it works fine to use a variable like build.dir as a parameter in a >> build trigger. I'm finding, however, that when I add it to a "execute >> shell" command, it gets cut off at the ".". For example: >> >> Execute Shell: >> >> Command: ls -l $deploy.dir >> >> This tries to ls -l on .dir because $deploy is unset. I would very much >> appreciate any help. I tried escaping the "." but that didn't work. I >> tried putting quotes around the variable, no help. Any help would be >> greatly appreciated! >> >> Thanks, >> Eric >> > -- > 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/95ec0a54-537f-4726-9245-bf430147d298%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/95ec0a54-537f-4726-9245-bf430147d298%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAESUf_BVcdjNi9Pq9MVUnL3gn1kgbKAUA5zJA5Z_VKw0GarmCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
