You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Maurizio Cucchiara <mc...@apache.org> on 2011/06/04 16:31:58 UTC

Jenkins Configuration

The schedule option of Jenkins is currently configured  to pool
subversion every day at 10:00 o'clock.
So, whenever we make a change, we have to wait the next morning.

Is there a specific reason or is it a mistake?

WDY if we change the original expression with */10 * * * * (every 10 mins)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Jenkins Configuration

Posted by Lukasz Lenart <lu...@googlemail.com>.
It's more about build management tool, if you're using Maven in your
project it can be simple to introduce Jenkins and CI.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/



2011/6/5  <fr...@meruvian.org>:
> Hi all
>
> Is it possible if we using apps based on s2, the jenkin is used?
>
> I am new in ci.  Thx
> Sent from my BlackBerry®
> powered by Sinyal Kuat INDOSAT
>
> -----Original Message-----
> From: Maurizio Cucchiara <ma...@gmail.com>
> Date: Sun, 5 Jun 2011 13:13:47
> To: Struts Developers List<de...@struts.apache.org>; <lu...@gmail.com>
> Reply-To: "Struts Developers List" <de...@struts.apache.org>
> Subject: Re: Jenkins Configuration
>
> I think that is very important to get notification as soon as possible
> when you break the code. Furthermore 10 minutes is the frequency of
> the poll process, not necessarily that implies a build process.
> I configured a 10 minutes' frequency, let's see what happen, if it
> comes to the worst we can calibrate the frequency later.
>
>
> On 5 June 2011 12:23, Lukasz Lenart <lu...@googlemail.com> wrote:
>> 2011/6/4 Maurizio Cucchiara <mc...@apache.org>:
>>> Is there a specific reason or is it a mistake?
>>
>> I think a mistake ;-)
>>
>>> WDY if we change the original expression with */10 * * * * (every 10 mins)?
>>
>> every 10 mins is to often as Struts2 is running only on Ubuntu (there
>> were some problems on other boxes), so maybe every 30 mins would be
>> better as it must wait for available ubuntu agent ?
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> Warszawa JUG conference - Confitura http://confitura.pl/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
>
>
> --
> Maurizio Cucchiara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Jenkins Configuration

Posted by fr...@meruvian.org.
Hi all

Is it possible if we using apps based on s2, the jenkin is used?

I am new in ci.  Thx
Sent from my BlackBerry®
powered by Sinyal Kuat INDOSAT

-----Original Message-----
From: Maurizio Cucchiara <ma...@gmail.com>
Date: Sun, 5 Jun 2011 13:13:47 
To: Struts Developers List<de...@struts.apache.org>; <lu...@gmail.com>
Reply-To: "Struts Developers List" <de...@struts.apache.org>
Subject: Re: Jenkins Configuration

I think that is very important to get notification as soon as possible
when you break the code. Furthermore 10 minutes is the frequency of
the poll process, not necessarily that implies a build process.
I configured a 10 minutes' frequency, let's see what happen, if it
comes to the worst we can calibrate the frequency later.


On 5 June 2011 12:23, Lukasz Lenart <lu...@googlemail.com> wrote:
> 2011/6/4 Maurizio Cucchiara <mc...@apache.org>:
>> Is there a specific reason or is it a mistake?
>
> I think a mistake ;-)
>
>> WDY if we change the original expression with */10 * * * * (every 10 mins)?
>
> every 10 mins is to often as Struts2 is running only on Ubuntu (there
> were some problems on other boxes), so maybe every 30 mins would be
> better as it must wait for available ubuntu agent ?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Jenkins Configuration

Posted by Maurizio Cucchiara <ma...@gmail.com>.
I think that is very important to get notification as soon as possible
when you break the code. Furthermore 10 minutes is the frequency of
the poll process, not necessarily that implies a build process.
I configured a 10 minutes' frequency, let's see what happen, if it
comes to the worst we can calibrate the frequency later.


On 5 June 2011 12:23, Lukasz Lenart <lu...@googlemail.com> wrote:
> 2011/6/4 Maurizio Cucchiara <mc...@apache.org>:
>> Is there a specific reason or is it a mistake?
>
> I think a mistake ;-)
>
>> WDY if we change the original expression with */10 * * * * (every 10 mins)?
>
> every 10 mins is to often as Struts2 is running only on Ubuntu (there
> were some problems on other boxes), so maybe every 30 mins would be
> better as it must wait for available ubuntu agent ?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Jenkins Configuration

Posted by Lukasz Lenart <lu...@googlemail.com>.
2011/6/4 Maurizio Cucchiara <mc...@apache.org>:
> Is there a specific reason or is it a mistake?

I think a mistake ;-)

> WDY if we change the original expression with */10 * * * * (every 10 mins)?

every 10 mins is to often as Struts2 is running only on Ubuntu (there
were some problems on other boxes), so maybe every 30 mins would be
better as it must wait for available ubuntu agent ?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org