Re: Scala plugin support

2016-07-29 Thread Jeremy Marshall
I was looking at scala specifically and yes they are two issues. I posted my comment on here by accident as I had another thread. My plugin could be hosted. It is a bit raw and more a proof of concept Regards Jeremy -- You received this message because you are subscribed to the Google Groups

Re: Scala plugin support

2016-07-24 Thread Baptiste Mathus
I'm not sure I understand, finally. IIUC, the link you initially provided was about a plugin adding a Scala step in a job. What you're trying to do is write a Jenkins plugin *in* Scala. Though both are indeed interesting, they're not the same. Could you please clarify? Also, as Alex explained in

Re: Scala plugin support

2016-07-24 Thread Jeremy Marshall
I (finally) got this working It needed the scala class files running through the annotation processing. It only does 'hello world' but its a start https://github.com/JeremyMarshall/hello-world-scala-plugin It uses the gradle jpi plugin with the scala plugin -- You received this message becau

Re: Scala plugin support

2016-06-23 Thread Slide
I replied to the github issue with information on how to get it hosted in the jenkinsci group as a supported plugin. On Thu, Jun 23, 2016 at 3:54 PM Jeremy Marshall < jeremystuartmarsh...@gmail.com> wrote: > Hey > > I'm learning Scala as part of my actual job and thought developing a > plugin for

Scala plugin support

2016-06-23 Thread Jeremy Marshall
Hey I'm learning Scala as part of my actual job and thought developing a plugin for Jenkins in Scala would be an interesting way, as I know something about plugins. I hit a road block whith classes and objects sharing the same name (which scala doesn't like) but then I found a plugin already