git on Jenkins Windows slave?

2012-11-30 Thread Dennis Lundberg
Hi Is git available on Jenkins Windows slave? After switching to git we are seeing build failures on jobs that are running on the Windows slave, see https://builds.apache.org/job/core-it-maven-3-win/240/ -- Dennis Lundberg

Re: Jenkins only building mvn module that changed?

2012-11-30 Thread Olivier Lamy
normal as your maven job is configured to use incremental behaviour which means only modified modules see advanced options in the maven configuration. 2012/11/30 Chen, Pei : > Has anyone experienced where Jenkins would only build the maven modules that > have changed when triggered by SCM? > But

Re: Deleting workspace before every build to force download of new dependency

2012-11-30 Thread Lewis John Mcgibbney
Hi Oliver, Thanks for the heads up. Best Lewis On Fri, Nov 30, 2012 at 8:29 PM, Olivier Lamy wrote: > 2012/11/29 Lewis John Mcgibbney : >> Hi All, >> >> We are currently experiencing problems with the Gora-trunk build where >> an old core SNAPSHOT testing jar dependency is being used in other >

Could we please grant access to Jenkins to the below users?

2012-11-30 Thread Chen, Pei
Could we please grant access to Jenkins to the below users? stevenbethard, james-masanz, chenpei Would like access to update/modify the below jobs in particular. https://builds.apache.org/job/cTAKES-trunk-compiletest https://builds.apache.org/job/ctakes-trunk-package Thanks.

Jenkins only building mvn module that changed?

2012-11-30 Thread Chen, Pei
Has anyone experienced where Jenkins would only build the maven modules that have changed when triggered by SCM? But if you click on "build now", it builds all of the modules. Was wondering if there was a simple knob/setting that controls this... For example: 64 when the only change was to th

Re: Deleting workspace before every build to force download of new dependency

2012-11-30 Thread Olivier Lamy
2012/11/29 Lewis John Mcgibbney : > Hi All, > > We are currently experiencing problems with the Gora-trunk build where > an old core SNAPSHOT testing jar dependency is being used in other > module tests, because it is old the tests fail. > I've since pruned this dependency from the SNAPSHOT's repos