Plugin build step not appearing

2015-05-05 Thread Greg Allen
I am sure I am missing something simple but I can't see it. Hopefully another set of eyes will help. I am trying to create a custom build step but it is not appearing in the list of build steps in the dropdown in the GUI. My really simple code follows. Can anyone tell me what is missing?

Re: Plugin build step not appearing

2015-05-05 Thread Jesse Glick
On Tue, May 5, 2015 at 11:27 AM, Greg Allen gal...@redhat.com wrote: I am trying to create a custom build step but it is not appearing in the list of build steps in the dropdown in the GUI. Try mvn clean hpi:run -- You received this message because you are subscribed to the Google Groups

Re: Plugin build step not appearing

2015-05-05 Thread Greg Allen
Thanks, Jesse. I'm not sure why, but that did it. I had been building the plugin and installing it on my jenkins server outside of eclipse and the build step wasn't showing up. And I had tried a mvn clean as well. I did as you suggesting and the build step showed up in the jenkins that

Re: Plugin build step not appearing

2015-05-05 Thread Greg Allen
I didn't think the config.jelly was needed as this extension doesn't expose any configuration options. But I've added one with just the jelly/jelly tags and it still doesn't appear. -- Greg On 05/05/2015 11:46 AM, 'Laurence Bordowitz' via Jenkins Developers wrote: Did you create a matching