Need plugin to contribute its data to environment in every build (novice)

2015-08-28 Thread Brian Sayatovic
Disclaimer: I'm a novice plugin developer. I've made two. And I';m not even sure how proper they are. I have one that extends Builder. It allows jobs to have a Build Action where the job configuration has picked one of N things to do (e.g. increment a value, decrement a value, etc.). The va

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-06 Thread Brian Sayatovic
Yup On Mar 6, 2014 3:09 AM, "Christian Willman" wrote: > Are you trying to use Eclipse with m2eclipse by any chance? I've been > bitten by very near the same issue before. Turns out Jenkins plugins and > m2eclipse just don't play nicely. >> >> -- > You received this message because you are subsc

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
Wow, that did it! Thanks much! On Wednesday, March 5, 2014 2:43:59 PM UTC-5, Brian Sayatovic wrote: > > I'll try the clean for starters! > >> -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubs

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
I'll try the clean for starters! FWIW, I also manually added my class name to the config.xml for a test job and my config.jelly did show up! But when I saved, it was removed from the config.xml file :-( Regarding sharing the code, I can easily paste snippets here. Is there a batter way to sh

Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
I'm trying to make a new build-step (for some custom pre-build versioning needs), but my new builder isn't appearing in the list of available build steps. I've written an SCM plugin before, but a Builder is a new experience for me. I started from the HelloWorld Builder plugin sample, and my de

Re: Previously working custom SCM plugin now half-broken

2013-09-25 Thread Brian Sayatovic
not like I needed a readResolve(). On Wednesday, September 25, 2013 1:19:33 PM UTC-4, Brian Sayatovic wrote: > > I long ago developed a custom SCM plugin for SCM server, SourceGear Vault. > It had been working fine for years, with little tweaks here and there. > > Recently, I tr

Previously working custom SCM plugin now half-broken

2013-09-25 Thread Brian Sayatovic
I long ago developed a custom SCM plugin for SCM server, SourceGear Vault. It had been working fine for years, with little tweaks here and there. Recently, I tried to make another tweak but found it so far out of line with Maven, Jenkins, etc. dependencies that I had to up a lot of the depende