Thank you, that work.

Could you explain me why "\$" worked, i.e. where it is documented? (I lost 
pretty much time with such "nonsense"). (a bash variable should be expanded 
inside a bash script as $var or "${var}" etc., i.e. why in a bash, the vars 
are not bashingly treated?)

On Thursday, May 2, 2019 at 2:27:40 PM UTC+2, Daniel Butler wrote:
>
> Replace ${mytime} with \$mytime
>
> The mytime variable you've created is a bash one.
>
> Regards 
> Daniel 
>
>
> On Thu, 2 May 2019, 1:16 pm b o b i, <bobis...@gmail.com <javascript:>> 
> wrote:
>
>> Jenkins 2.174, in a scripted pipeline the following
>>
>> sh """#!/bin/bash
>>            echo "TTTTTTT"
>>            mytime="`date '+%Y_%m_%d__%H_%M_%S'`"
>>            echo ${mytime}
>>         """
>>
>> produces
>>
>> groovy.lang.MissingPropertyException: No such property: mytime for class: 
>> groovy.lang.Binding
>>      at groovy.lang.Binding.getVariable(Binding.java:63)
>>      at 
>> org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:270)
>>      at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:289)
>>      at 
>> org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:293)
>> ...
>>
>> How can I have current time expanded as a string without the above error?
>>
>> -- 
>> 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 jenkins...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/3b826017-27f1-45c9-925c-f396b13bcea9%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/3b826017-27f1-45c9-925c-f396b13bcea9%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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1c513de0-9269-44a3-8197-1a78d6eccf95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to