Hi everyone!
Whilst developing a plugin I find it really useful to be able to run hpi:run and quickly get an instance of Jenkins with my plugin that I can test. However this only creates a single Master setup. Is there a better / easier way to quickly get a master-slave setup so I can test how my plugin works in a distributed environment? At the moment I am doing the following:
1. hpi:run
2. Configure Jeknins -> Manage Nodes -> Add additional slave
3. Download the JAR file after setting up the new node
4. Run the JAR file in a separate command line process
This is quite tedious but it works. Am I missing something?
Cheers