Is it possible to set different values of parametrized crons on a single pipeline on a condition in groovy. So that first execution will set a diff cron and another execution will set a different cron depends upon a condition in groovy. I cant use a branch variable as I want to execute the pipeline with same branch but with different crons in different builds.