Hi,
we are currently developing a Jenkins plugin. The plugin (consisting mainly of projects, builds and builders) runs on the master, but if we force it to run on a slave, the pre and post actions are executed, but not the plugin builders. Are there any logs which provide me with hints, what we are doing wrong?
We currently refactored our plugin to extend Project instead of AbstractProject and Build instead of AbstractBuild. Since then it does not work. Are there any pitfalls here?
Thanks in advance,
Markus Heiden