define a file in a Build Flow job

2015-01-05 Thread Fatemeh Mehdizadeh
Hi all, I installed Build Flow plugin to build a job 10 times. One of my files that has some configuration in it, is different in all 10 tests but other files are the same in all tests. The code is: for(int i=0;i<10;i++){ build("my-job"); } MY problem is that I don't know how can I tell the

build multi jobs of multi jobs

2014-12-14 Thread Fatemeh Mehdizadeh
Hi all, I want to build multiple jobs in jenkins: [image: enter image description here] I install multi job plugin on jenkins. When I build test_all_jobs, it run job1 and freeze on it and doesn't start job1-1 until I close job1 test! Actually I want to start job1-1 then job 1-2 and after th

Re: qemu nodes are very slow in jenkins

2014-04-21 Thread Fatemeh Mehdizadeh
d these qemues connect to a cisco router. In jenkins it test some codes in order to this gns3 topology. But it can't load qemues. I test this on another system and it doesn't have this problem! On Mon, Apr 21, 2014 at 10:41 PM, Les Mikesell wrote: > On Mon, Apr 21, 2014 at 1:42 AM,

qemu nodes are very slow in jenkins

2014-04-20 Thread Fatemeh Mehdizadeh
Hi all, I'm on fedora 20. In my jenkins when I pressed build two qemu node should boot with vyatta image. But they are too slowly. The cpu usage is also very high when qemu is start. Cpu(s): 75.7% qemu-system:40% dynamips:42% I enable qemu-kvm as below: In etc/default/grub : at the end of line 'GR

Re: Jenkins cannot connect to X server on Debain 7.1

2014-04-06 Thread Fatemeh Mehdizadeh
and the specific details of the build. > > Mark Waite > On Apr 5, 2014 12:33 AM, "Fatemeh Mehdizadeh" < > mehdizadeh.fate...@gmail.com> wrote: > >> I install vnc4server and Xvnc plugin. Now when I build my test it can't >> fininsh the test. I mean

Re: Jenkins cannot connect to X server on Debain 7.1

2014-04-04 Thread Fatemeh Mehdizadeh
and don't know what should I do. Please help me. On Mon, Mar 31, 2014 at 4:02 PM, Dirk Heinrichs wrote: > Am 31.03.2014 09:37, schrieb Fatemeh Mehdizadeh: > > Actually I didn't install vncserver on the machine that can run the > test. > > I'm new in jenkins and n

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Fatemeh Mehdizadeh
| Is it installed? Actually I didn't install vncserver on the machine that can run the test. I'm new in jenkins and need your help. On Mon, Mar 31, 2014 at 11:52 AM, Dirk Heinrichs wrote: > Am 31.03.2014 08:02, schrieb Fatemeh Mehdizadeh: > > FATAL: Cannot run program &

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Fatemeh Mehdizadeh
" to exec /usr/bin/X "$@" 3.log off and run /etc/init.d/gdm3 restar 4.In terminal write: #xhost localhost Thanks. On Mon, Mar 31, 2014 at 10:05 AM, Dirk Heinrichs wrote: > Am 31.03.2014 07:06, schrieb Fatemeh Mehdizadeh: > > I'm not using Xvnc plugin. > >

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Fatemeh Mehdizadeh
0) and > start an xterm command. > > Mark Waite > > > On Sat, Mar 29, 2014 at 5:16 AM, Daniel Beck wrote: > >> I'd try comparing the output of the `env` command in your terminal and in >> the Jenkins job to see whether relevant environment variables need to be

Jenkins cannot connect to X server on Debain 7.1

2014-03-28 Thread Fatemeh Mehdizadeh
Hi all, My test on jenkins is failing because jenkins can't connect to the x server on my Debian machine. In my job configuration I set Build--->Execute shell> and in command section I typed: bash -l -c "rm -rf router/reports/*.pdf" echo $WORKSPACE > workspace_place bash -l -c "nosetests -w