Hi Guys
I don’t want randoms building my project if there are no changes, but I figure I would be happy with a ‘poll now’ button.
Would also make the developers life easy, as currently the source is polled every 15 mins, and if they do a commit, they could hit poll now, to speed up the process.
Is there already a plugin for this?
Terry
They are no randoms builds if there are no change: you have to use the
correct trigger, i.e. not "build periodically" but only "poll scm".
Then, jenkins polls the SCM according to the schedule that you define
and build ONLY if there are changes.
regards
didier
I want to make sure that we don't 'rebuild' a non changed source.
Having a 'poll scm' button and no build button would allow them to perform a much lighter operation (check the scm) than a build.
Note - All I want is for the devs to be able to 'skip the waiting step' before the next build, BUT the build engine is OPEN, and don't want anyone pushing the build it button.
Regards,
Terry Rankine
Sounds like a great feature
+1
Repos:
19 SVN [1.6] and 2 GIT.
Polling is just more server load, every 15 mins is an acceptable figure for the normal stuff.
I haven’t thought about triggers, but it would be a bit messy as we have multiple builds out of one of the svn’s
One of the svn’s look like this:
/project1/(trunk|branch|tag)
/project2/(trunk|branch|tag)
I am not saying that there are no current alternatives – just wanted to know if a poll now button was possible or even already existed.
Terry
Repos:
19 SVN [1.6] and 2 GIT.
Polling is just more server load, every 15 mins is an acceptable figure for the normal stuff.
I haven’t thought about triggers, but it would be a bit messy as we have multiple builds out of one of the svn’s
One of the svn’s look like this:
/project1/(trunk|branch|tag)
/project2/(trunk|branch|tag)
I am not saying that there are no current alternatives – just wanted to know if a poll now button was possible or even already existed.
Terry
From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of Ullrich Hafner
Sent: Friday, 25 November 2011 4:40 PM
To: jenkins...@googlegroups.com
Subject: Re: "Poll SCM now" button
Why don't you just set the polling interval to e.g. 1 minute? Or let the SCM initiate the build automatically (trigger)?
Which SCM are you using?
Ulli
On 11/25/2011 09:29 AM, jes Struck wrote:
Sounds like a great feature
+1
Den 25/11/2011 05.58 skrev <Terry....@csiro.au> <mailto:Terry....@csiro.au> :
There are random builds when people press the build button! Even if there is no source change.
I want to make sure that we don't 'rebuild' a non changed source.
Having a 'poll scm' button and no build button would allow them to perform a much lighter operation (check the scm) than a build.
Note - All I want is for the devs to be able to 'skip the waiting step' before the next build, BUT the build engine is OPEN, and don't want anyone pushing the build it button.
Regards,
Terry Rankine
-----Original Message-----
From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of Didier Durand
Sent: Friday, 25 November 2011 12:55 PM
To: Jenkins Users
Subject: Re: "Poll SCM now" button
Hi,
They are no randoms builds if there are no change: you have to use the
correct trigger, i.e. not "build periodically" but only "poll scm".
Then, jenkins polls the SCM according to the schedule that you define
and build ONLY if there are changes.
regards
didier
On Nov 25, 2:44 am, <Terry.Rank...@csiro.au> <mailto:Terry.Rank...@csiro.au> wrote: