oops... disregard the snippet, it was wrong (but the failure is there 
anyway).

The following is the cron used.
I am attempting to run the job at 12:00, 16:00 and 20:00 on 
Sunday-Thursday... (every week, every month, every year).

triggers {
   cron '0 12,16,20 * * 1-4,7 *'
}

The error is the following. Why?

Caused by: antlr.ANTLRException: Invalid input: "0 12,16,20 * * 1-4,7 *": line 
1:21: expecting EOF, found ' '


The documentation states that  "The Unix cron style syntax is supported."
I thus used the following as 
reference: http://www.nncron.ru/help/EN/working/cron-format.htm

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3b6ffda4-1804-420f-9b14-6191ff85c578%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to