It's super late but I run into this scenario yesterday.
So below code works, it's passing a boolean variable to shell script
steps {
script{
def variable = true
sh """
./command.sh ${variable}
"""
}
}
在2020年3月12日星期四 UTC-7 上午7:11:04 写道:
> There is an extra
I just created the 3 new releases.
El martes, 31 de agosto de 2021 a las 19:39:54 UTC+2, alan.l...@gmail.com
escribió:
> Sounds good, and the security warning did clear. Thanks for the rapid
> response!
> -Alan
>
> On Tuesday, August 31, 2021 at 10:53:27 AM UTC-6 db...@cloudbees.com
> wrote: