RE: how to make windows batch command shell continue run after start up another program.

2012-11-13 Thread ZHANG Xinchun A
I used to have the same need as you. What I do is in batch file, set BUILD_ID to some other value and use "start" command to start your "another program". Then this "another program" would continue to run without blocking the batch file execution. there is a webpage on Jenkins related website, bu

not "pipeline view" option available in jenkins mainpage after intall build pipeline plugin

2012-10-17 Thread ZHANG Xinchun A
Hello, There is not "view" option in jenkins's mainpage after I installed the build pipeline plugin, which could give me choice to create pipeline. Does anybody know how this happens? Br, Tony Zhang, Tz GSM Team @ Beijing, China

RE: problems when integrate cygwin's bash script into jenkins

2012-10-12 Thread ZHANG Xinchun A
And here is the detailed java exception log. But I don't know what does it mean. Br, Tony Zhang, Tz GSM Team @ Beijing, China From: ZHANG Xinchun A Sent: Friday, October 12, 2012 11:39 AM To: 'jenkinsci-users@googlegroups.com' Subject: problems when int

problems when integrate cygwin's bash script into jenkins

2012-10-11 Thread ZHANG Xinchun A
Hello All, I run into this problem. I have cygwin and Jenkins installed on my pc. And I have a bash script ci.sh If I click the mintty.exe from the desktop to start the terminal and run the script. It would run ok. but if I invoke the bash.exe from Jenkins. The java part in the script always

how to trigger a job on remote jenkins server after one job is successfully built

2012-08-08 Thread ZHANG Xinchun A
Hello all, I want to trigger a job to start build on another pc's Jenkins server after one of my job is completed. I tried to use the post-build option "build other project", but it looks like that it only allows to start a job on the same Jenkins pc. Is there any way to do this? Thanks. Br, Ton

RE: job build directory is changed in jenkins

2012-07-28 Thread ZHANG Xinchun A
guide to organize different building scripts for different jobs? Br, Tony Zhang, Tz From: cjo [mailto:cjo.john...@gmail.com] Sent: Friday, July 27, 2012 5:59 PM To: jenkinsci-users@googlegroups.com Cc: ZHANG Xinchun A Subject: Re: job build directory is changed in jenkins What is your setup

job build directory is changed in jenkins

2012-07-27 Thread ZHANG Xinchun A
Hello, I got a urgent problem. Yesterday, my jobs would build in "Building in workspace d:\jenkins\workspace\UTT_Auto_Execution" That's right. Because my build script is at that place But today, I run the job again. It changed to "Building in workspace d:\jenkins\jobs\UTT_Auto_Execution\wor

how to make windows batch command shell continue run after start up another program.

2012-07-24 Thread ZHANG Xinchun A
Hello, I'm recenetly working on integrate Jenkins to our test process. But I got this problem. echo UTT_XML_FILE is %UTT_XML_FILE% C:\AlcatelLucent\CIS-RC\CIS-RC.exe D:\Jenkins\workspace\UTT_Auto_Execution\%UTT_XML_FILE% & echo "hello we are here" the up is my script in batch window. The second