DistFork plugin...

java -jar hudson-cli.jar -s 
http://${PP_HUDSON_MASTER_NODE}:${PP_HUDSON_MASTER_PORT}/ dist-fork 
--username ${PP_HUDSON_MASTER_USER} --password-file ${PP_HUDSON_PWDFILE} -e 
PP_DEBUG=${PP_DEBUG} -l ${MY_ENV_HOST} 
/hudson/${PP_PRODUCT}/createbuild_process.sh CREATEBUILD ${MY_ENV_HOST} 
2>&1 |tee logfile

I got this.. can anybody suggest if i am doing it right?

Thanks,
Arun

On Wednesday, May 30, 2012 11:50:06 AM UTC+5:30, Arun Kumar wrote:
>
> Hi All,
>
> I have a script which should run on particular node which i have 
> configured on my hudson. I can restrict in the configuration of the job 
> where my job should run. But i do not want to do like that. I have some 
> condition which decides where the code should run as i have many nodes 
> configured in that hudson. So is there any parameter to set the node in the 
> execute shell or execute windows batch command?
>
> Thanks,
> Arun
>

Reply via email to