Hi, I'm implementing a plugin that extends the Trigger extension point, the problem is:
When you rename a job, and click save, the method start() and stop() are executed, it is after that, that jenkins asks you, are you sure you want to rename? My start and stop methods do several things that use the name of the project and since they are called before, the name of the project is the old one. Am I missing something? shouldn't the start() and stop() methods be called when you click YES to the question, are you sure you want to rename?
