Is it possible to pass parameters as string, something like below?
properties([ cronStr = "/3 * * * *" pipelineTriggers([cron(cronStr)]),