I am new to Jenkins. I have a requirement when I need to run part of a job on a Master node, and the rest on a node slave.
I tried searching the forums, but could not find anything related to this. Is it possible to do this?
If not, I will have to break it into two separate tasks.
EDIT
I basically have a job that checks the source code from svn and then compiles and creates jar files. After that, he creates a wise installer for this application. I would like to test and compile the source code on the master (Linux) and delegate the installation of Wise Installer to a Windows slave.
source
share