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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -