Builds of new configuration in a matrix build are lost after some time.

2012-11-23 Thread B.Latinville
Hello, I'm using Jenkins 1.487 with matrix jobs. Debian master, linux & windows slaves. I've just made some changes in matrix jobs. I have added new configuration to a user defined axis. The matrix job run properly and I could see that new configuration was build properly : - The parent jobs c

Re: Builds of new configuration in a matrix build are lost after some time.

2012-11-26 Thread B.Latinville
Hi, In my setup, the master does not execute the jobs. I have slaves with label corresponding to the OS, and other labels (for example, some related to tools that are installed). Also a "build" and "test" label. Here is the matrix job configuration, 2 axis : - one "user defined axis", with se

Re: Builds of new configuration in a matrix build are lost after some time.

2012-11-28 Thread B.Latinville
I created a new job yesterday, copy from one existing matrix job. I run a single build, could see the build results. This morning it was not visible any more. I upgraded to 1.492, and my build result is back. Rebooting jenkins did not solve the problem when it occurred. Hopefully the upgrade will

Re: Open visual studio command line for build

2012-11-30 Thread B.Latinville
Hi, Yes this is working we're using it. Just put in your batch file before calling the msbuild: call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" msbuild Tested with visual 2010 & 2011. Of course path to vcvarsall.bat has match your visual installation. B

Re: Builds of new configuration in a matrix build are lost after some time.

2012-12-03 Thread B.Latinville
Moving to 1.492 solved problems on existing builds, but I've not added new configurations in my jobs since the upgrade. I'll try it to see the result. If issue is still present I'll open a bug.

Re: losing build history in configuration matrix jobs

2012-12-03 Thread B.Latinville
Hi, I opened another thread on the mailing list regarding builds from new configurations lost in existing matrix job. Both problems look similar even though I did not loose any builds on disk and I did not need to restart Jenkins to loose the builds in Jenkins interface. Strange thing, upgrading

Re: Builds of new configuration in a matrix build are lost after some time.

2012-12-04 Thread B.Latinville
Here is the bug on JIRA : https://issues.jenkins-ci.org/browse/JENKINS-15799 Hopefully, it will be solved quickly. Vote for it it !

How to build a second branch and keep builds independent ?

2013-04-08 Thread B.Latinville
Hello, We have a Jenkins sever with many dependencies between jobs: - Around 80 jobs - Builds for windows, mac, ios, linux, android. - Some jobs retrieve artifacts which are reused by other jobs. - Some job will trigger downstream jobs. - Usage of test results & coverage plugins - ... We are cu

Re: adb: No such file or directory

2013-04-15 Thread B.Latinville
I had some problems sometime with ~ . Your problem could come from the ~ in you command line. try to replace the ~ with the abolute path in the executed command. /Users//sdk/platform-tools/adb Bertrand. Le lundi 15 avril 2013 14:26:57 UTC+2, zenox paradox a écrit : > > My setup is as follo

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
Hi, 1.You should use matrix job instead of copying the jobs. 2 axes : - platform : = Windows7 & Windows8 - architecture: = x86 & x64 2.The path for git shall be configured on the node configuration :in the "Tool Locations" section. The git plugin has an option to use the git defined at node l

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
On the node configuration you need to add labels : windows8 or windows7, x64 or x86 to reflects the node configuration. It the matrix job configuration add 2 salves axes. One for windows(7/8) one for x(86/64) : Add Axes->Slaves. Tick the check box. Le mercredi 24 avril 2013 16:01:39 UTC+2, Cec

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
*> I'll be happy to read the documentation (in case it exists)* Have a look at the "Jenkins:The Definitive Guide" Book, it is available for free pdf. Le mercredi 24 avril 2013 15:15:49 UTC+2, Ceco a écrit : > > I don't want the master to do anything. I want all the slaves to do the > job. If t

Re: Two Jenkins Masters for same set of slaves

2013-05-31 Thread B.Latinville
I'm using the same slaves with two different masters. Slaves are accessed via ssh. As scott says,the same slave must have different "Remote FS root" on each master configuration. If there is a risk that the two servers build the same job at the same time, you should use a custom workspace in e

Git index.lock problem on a common directory.

2012-03-20 Thread B.Latinville
Hi, We use jenkins with one server and 3 slaves where the builds are done. There are more than 40 jobs with configuration matrix (up to 16 configurations per job) Our git repo is big, we cannot have a clone in each workspace. For that reason on each slave, the repo is in a common directory for all

Re: Restricted job keeps waiting even though the node becomes available

2012-03-20 Thread B.Latinville
Hi, I faced a similar issue today on a debian server. We had some nework problems yesterday. Master was not able to communicate with the slaves. After the network establishment the jobs where still stuck. I tried to reeboot server & slaves but still faced the same issue. When you stop jenkins a

Re: Jobs triggered only by changes in certain subdirectories?

2012-03-22 Thread B.Latinville
Hi Dave, You should be able to do this with the "Included Regions" field from git plugin. You get it by clicking on advanced below "branches to build". BR, Bertrand. On Mar 22, 10:46 am, Dave Ohlsson wrote: > Hi, > > Suppose we have a git repository that contains these subdirectories: > * com

Re: Jobs triggered only by changes in certain subdirectories?

2012-03-27 Thread B.Latinville
ed Regions" field, and that should be just as good. > > Thank you for your help. > > -- dave > > On Mar 22, 3:25 pm, "B.Latinville" wrote: > > > > > > > > > Hi Dave, > > > You should be able to do this with the "Included Regions&q

Git plug-in : Include regions taken into account only on the last commit

2012-04-04 Thread B.Latinville
Hi, I'm very interested in the Included regions feature for GitSCM plugin and have been testing it via SCM polling and Git hook. I could see that in some cases the jobs were not triggered whereas some changes have been made in the included regions. After some more testing I discovered that if se

Re: git checkout fails on Windows

2012-04-13 Thread B.Latinville
Hi Have a look at this issue : https://issues.jenkins-ci.org/browse/JENKINS-13007 You should use git.exe instead of git.cmd. You shall specify full path of git.exe in node option, Tool Locations. Bertrand On Apr 12, 10:34 pm, Thomas Sondergaard wrote: > I have a problem with git checkout fail

Re: Copy artifacts failure on Windows

2012-07-03 Thread B.Latinville
Hi, Have a look at this issue : https://issues.jenkins-ci.org/browse/JENKINS-13515 Downgrading copy artifacts plugin to 1.21 should solve you problem. Bertrand Le dimanche 1 juillet 2012 18:09:21 UTC+2, Chris Withers a écrit : > > Hi All, > > Has anyone else seen the copy artifacts plugin

All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread B.Latinville
Hi all, I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. In the Jenkins log I can see for the jobs ; SEVERE: Failed Loading job xx java.lang.NullPointerException at hudson.matrix.MatrixP

Re: Pass values from Shell script to Workflow script in Jenkins Workflow plugin

2015-12-17 Thread B.Latinville
If you have not found yet, this could help you : https://github.com/jenkinsci/workflow-examples/blob/master/workflow-examples/gitcommit/gitcommit.groovy -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r