Re: Combining periodic SCM check with building individual commits

2019-08-30 Thread 'Mark Raynsford' via Jenkins Users
On 2019-08-28T14:22:12 -0400 Mark Waite wrote: > You're using a relatively special case. The git plugin does not support it > directly. > > You might consider splitting the task into two Jenkins jobs: > >1. Job that takes a SHA-1 as a parameter that should be built, but never >polls th

Re: Combining periodic SCM check with building individual commits

2019-08-28 Thread Mark Waite
You're using a relatively special case. The git plugin does not support it directly. You might consider splitting the task into two Jenkins jobs: 1. Job that takes a SHA-1 as a parameter that should be built, but never polls the repository 2. Job that detects changes on the remote repos

Combining periodic SCM check with building individual commits

2019-08-28 Thread 'Mark Raynsford' via Jenkins Users
Hello. I use a pretty simple setup for each job. Each of my jobs is a GitHub project, and I use the "poll SCM" feature with a schedule of "H/53 * * * *" (in other words, poll randomly roughly hourly). My Jenkins setup is not externally accessible in any form, so I can't have an external service no