[JIRA] [core] (JENKINS-33330) Cron hashing syntax is ignored in Poll SCM

2016-03-19 Thread ch...@orr.me.uk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christopher Orr commented on  JENKINS-0 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Cron hashing syntax is ignored in Poll SCM  
 
 
 
 
 
 
 
 
 
 
Daniel Beck: It would be weird if this had never worked correctly, but I don't know whether this is a regression or not, sorry. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-33330) Cron hashing syntax is ignored in Poll SCM

2016-03-19 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-0 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Cron hashing syntax is ignored in Poll SCM  
 
 
 
 
 
 
 
 
 
 
Christopher Orr Is this a regression? I think this worked a few LTS releases back. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-33330) Cron hashing syntax is ignored in Poll SCM

2016-03-19 Thread ch...@orr.me.uk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christopher Orr updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-0 
 
 
 
  Cron hashing syntax is ignored in Poll SCM  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christopher Orr 
 
 
 

Environment:
 
 Jenkins 1.653 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-33330) Cron hashing syntax is ignored in Poll SCM

2016-03-04 Thread ch...@orr.me.uk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christopher Orr created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-0 
 
 
 
  Cron hashing syntax is ignored in Poll SCM  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 poll-scm-cron-hashing.png 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 05/Mar/16 1:26 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Christopher Orr 
 
 
 
 
 
 
 
 
 
 
Entering a hashable cron value like @midnight, @daily, or H 4 * * * in the "Poll SCM" field of a job seems to ignore the hashable part, and the value 0 is used instead. 
i.e. Jobs scheduled to poll @midnight actually do occur at midnight (according to the text in the config page; see screenshot), and polling scheduled as H 4 * * * is shown to always start at minute zero of that hour. I would expect these to happen — as documented, and as works for "Build periodically" — at pseudo-randomly chosen times. 
I've seen this across various different jobs, so it wasn't just luck that I happened to see 12:00 come up as the "midnight" time.