-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I want to use parameterized-scheduler and set with it a boolean value.
The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron.
My example :
```
triggers
```
Please assist
[JENKINS-70606] cannot use parameterizedCron with value that is boolean
Description |
Original:
I want to use parameterized-scheduler and set with it a boolean value.
The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. Please assist |
New:
I want to use parameterized-scheduler and set with it a boolean value.
The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. My example : ``` triggers { parameterizedCron(''' 48 17 * * * %SOSIVIO_TESTING=true ''') } ``` Please assist |
Description |
Original:
I want to use parameterized-scheduler and set with it a boolean value.
The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. My example : ``` triggers { parameterizedCron(''' 48 17 * * * %SOSIVIO_TESTING=true ''') } ``` Please assist |
New:
I want to use parameterized-scheduler and set with it a boolean value.
The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. My example : ``` triggers { parameterizedCron(''' 48 17 * * * %DO_SOMETHING=true ''') } ``` Please assist |