jenkins commands run scheduled task code example
Example 1: jenkins commands run scheduled task
Copy Code0 23 * * *
// Staged as
{Minute} {Hour} {DayOfMonth} {Month} {DayofWeek}
Example 2: jenkins commands run scheduled task
Copy Code0 11, 22 * * *