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
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
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
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
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
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
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
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