Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Chengfeng MaoChengfeng MaoReporter
Tony BachTony BachComponents
Priority
Major
Details
Details
Assignee
Chengfeng Mao
Chengfeng MaoReporter
Tony Bach
Tony BachComponents
Priority
Created May 30, 2017 at 7:43 PM
Updated January 30, 2018 at 7:59 PM
Resolved January 29, 2018 at 8:31 PM
When the user sets a cron expression that contains values for days in a week (e.g. "15 1 * * 1,2,3", or 1:15AM every Mon, Tues, Wed), and tries to deploy the pipeline, the deployment fails with an error showing "CronExpression '0 15 1 * * 1,2,3' is invalid,."
The 0 is automatically added at the beginning of the cron expression, which makes it invalid.