Recently I have to write more and more scripts for the jenkins console.
I think some assistance like syntax highlighting and code completion would make me more productive, especially because I am new to groovy.
I have found here some good ideas, but the scripts are still plain strings in java code.
Is there a way to set up a groovy project in eclipse, so that I have the jenkins api available for code completion? A really cool thing would be if I can run my script from eclipse.
How do you develop the jenkins console scripts?