Hi, I tried to create my first plugin for jenkins today. But after hours of trying I'm there is still no progress.
I started of with the demo plugin created by "mvn hpi:create". That worked fine. Then I removed the build step class and added a TestDataPublisher extension instead. Here is the code how it looks so far: http://pastebin.com/zk9tZHgL The plugin shows up in the installed plugins list. But jenkins never calls my extension. Can somebody help me? Any suggestions what I can try? Thanks!
