jenkins - Run batch file located on another machine -
i have jenkins installed on machine. have batch file located on machine , want run in jenkins job.
what steps required this?
if want run batch file on other machine, solution split job in 2 jobs:
- one running on machine
- the second running on other machine launch batch file
the other solution store batch file in svn or git, , pool on machine jenkins job.
Comments
Post a Comment